mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
parent
062bbf4d9b
commit
5d1ffec73d
@ -660,15 +660,6 @@ if (RESINSIGHT_PRIVATE_INSTALL)
|
||||
|
||||
install(FILES ${FILE_NAME_FULL_PATH} DESTINATION ${RESINSIGHT_INSTALL_FOLDER} RENAME ${FILE_NAME_FOR_INSTALL} )
|
||||
endforeach()
|
||||
|
||||
# Get root directory
|
||||
get_property(_filepath TARGET "Qt5::Core" PROPERTY LOCATION_RELEASE)
|
||||
get_filename_component(_dir ${_filepath} PATH)
|
||||
|
||||
# XcbQpa
|
||||
file(GLOB FILE_AND_SYMLINKS ${_dir}/libQt5XcbQpa.so*)
|
||||
install(FILES ${FILE_AND_SYMLINKS} DESTINATION ${RESINSIGHT_INSTALL_FOLDER} )
|
||||
|
||||
endif(RESINSIGHT_QT5_BUNDLE_LIBRARIES)
|
||||
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user