forked from mirror/openmw-tes3mp
only bundle with Qt5, for now
This commit is contained in:
parent
b6ee76b77b
commit
433129e728
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
# Apple bundling
|
||||
if (APPLE)
|
||||
if (APPLE AND DESIRED_QT_VERSION MATCHES 5)
|
||||
get_property(QT_COCOA_PLUGIN_PATH TARGET Qt5::QCocoaIntegrationPlugin PROPERTY LOCATION_RELEASE)
|
||||
get_filename_component(QT_COCOA_PLUGIN_DIR "${QT_COCOA_PLUGIN_PATH}" DIRECTORY)
|
||||
get_filename_component(QT_COCOA_PLUGIN_GROUP "${QT_COCOA_PLUGIN_DIR}" NAME)
|
||||
|
|
Loading…
Reference in a new issue