mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add xcbqpa
This commit is contained in:
parent
d53280a311
commit
744371f186
@ -660,6 +660,15 @@ 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