diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-19 22:09:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-19 22:09:01 +0100 |
commit | 53ebabf499b081473d9b5e9fa6f36e6a4a54c56c (patch) | |
tree | 64e2ab13ef1c455720c1bec8f3fd128160968340 /applications | |
parent | 2ab02d829c772bf34610cd7a1dc7937a64012eaa (diff) | |
download | kube-53ebabf499b081473d9b5e9fa6f36e6a4a54c56c.tar.gz kube-53ebabf499b081473d9b5e9fa6f36e6a4a54c56c.zip |
Ship our of plist.info instead of the default cmake one.
We need the Principal class value for HiDPI screens.
Diffstat (limited to 'applications')
-rw-r--r-- | applications/kube/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
14 | endif() | 14 | endif() |
15 | 15 | ||
16 | add_executable(${PROJECT_NAME} ${SRCS}) | 16 | add_executable(${PROJECT_NAME} ${SRCS}) |
17 | set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST MacOSXBundleInfo.plist.in) | ||
17 | target_link_libraries(${PROJECT_NAME} | 18 | target_link_libraries(${PROJECT_NAME} |
18 | Qt5::Quick | 19 | Qt5::Quick |
19 | ${CMAKE_DL_LIBS} | 20 | ${CMAKE_DL_LIBS} |