diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 12:26:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 12:26:58 +0200 |
commit | 71d8892c19b6a1dbfac7d40a3bb6717316e872b9 (patch) | |
tree | 61b7ee05e50e6087aa46b4e86dcc1609975e8515 /CMakeLists.txt | |
parent | 3ad67aaa96be824dbcd2c9334dc709d7d4dec08e (diff) |
app bundle finally works
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b74ec7f4..3363f14e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -545,7 +545,6 @@ endif() install(DIRECTORY "${CMAKE_SOURCE_DIR}/bin/camera" DESTINATION .) if(APPLE) - install(FILES "${CMAKE_SOURCE_DIR}/macosx/qt.conf" DESTINATION .) install(CODE " execute_process(COMMAND /bin/sh \"${CMAKE_SOURCE_DIR}/macosx/make-app-bundle.sh\" \"${CMAKE_SOURCE_DIR}/macosx\" |