From 53ebabf499b081473d9b5e9fa6f36e6a4a54c56c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Mar 2018 22:09:01 +0100 Subject: Ship our of plist.info instead of the default cmake one. We need the Principal class value for HiDPI screens. --- applications/kube/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'applications') diff --git a/applications/kube/CMakeLists.txt b/applications/kube/CMakeLists.txt index 53556345..3e5e1d57 100644 --- a/applications/kube/CMakeLists.txt +++ b/applications/kube/CMakeLists.txt @@ -14,6 +14,7 @@ if(APPLE OR WIN32) endif() add_executable(${PROJECT_NAME} ${SRCS}) +set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST MacOSXBundleInfo.plist.in) target_link_libraries(${PROJECT_NAME} Qt5::Quick ${CMAKE_DL_LIBS} -- cgit v1.2.3