Use same macdeployqt on Qt 5 and 6

This commit is contained in:
Jonas Kvinge
2020-12-28 20:54:19 +01:00
parent 8ea359ec8a
commit 50beda6621
2 changed files with 6 additions and 15 deletions

View File

@@ -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)