Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2020-03-14 01:02:45 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2020-03-17 15:39:55 +0300
commit0ec51746762bbbba02ed3963e0c26fccd8c5ddc5 (patch)
tree6d6764f46bba5d47e839cce71b5b17c7dd30307c /src/crashreporter
parentf4c0116fea601858f4e83a22f323387038425e79 (diff)
Do not install crashreporter as bundle
Diffstat (limited to 'src/crashreporter')
-rw-r--r--src/crashreporter/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crashreporter/CMakeLists.txt b/src/crashreporter/CMakeLists.txt
index 49639c7bd..1c89ed11c 100644
--- a/src/crashreporter/CMakeLists.txt
+++ b/src/crashreporter/CMakeLists.txt
@@ -36,6 +36,12 @@ if(NOT BUILD_LIBRARIES_ONLY)
${crashreporter_RC}
)
+ # This is a GUI Application without its own bundle
+ set_target_properties(${CRASHREPORTER_EXECUTABLE}
+ PROPERTIES
+ MACOSX_BUNDLE FALSE
+ )
+
find_package(Qt5 REQUIRED COMPONENTS Widgets)
target_include_directories(${CRASHREPORTER_EXECUTABLE} PRIVATE ${CMAKE_CURRENT_BINARY_DIR})