Use same macdeployqt on Qt 5 and 6
This commit is contained in:
@@ -26,6 +26,9 @@ if(LINUX)
|
||||
include(cmake/Rpm.cmake)
|
||||
include(cmake/Deb.cmake)
|
||||
endif()
|
||||
if(APPLE)
|
||||
include(cmake/Dmg.cmake)
|
||||
endif()
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
||||
@@ -414,12 +417,6 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||
)
|
||||
endif()
|
||||
|
||||
# make dmg
|
||||
# This needs to be included after the major Qt version is set.
|
||||
if(APPLE)
|
||||
include(cmake/Dmg.cmake)
|
||||
endif()
|
||||
|
||||
# Set up definitions
|
||||
|
||||
add_definitions(-DBOOST_BIND_NO_PLACEHOLDERS)
|
||||
|
||||
Reference in New Issue
Block a user