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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2019-10-18 17:23:07 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commit9a11f4e9f1ae9dfe24595b009037b8ace1b19c87 (patch)
treeece0c05b2f75677d3168845e4447c3dec8930cd0 /src/crashreporter
parenta6fba2d20011408a07a9df58d6de08d6a7b7c9f7 (diff)
[CMAKE] Use KDECmakeSettings
Diffstat (limited to 'src/crashreporter')
-rw-r--r--src/crashreporter/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashreporter/CMakeLists.txt b/src/crashreporter/CMakeLists.txt
index 3550f21e7..c0a0f599a 100644
--- a/src/crashreporter/CMakeLists.txt
+++ b/src/crashreporter/CMakeLists.txt
@@ -32,7 +32,7 @@ list(APPEND crashreporter_RC "${CMAKE_CURRENT_BINARY_DIR}/resources.qrc")
if(NOT BUILD_LIBRARIES_ONLY)
- add_executable( ${CRASHREPORTER_EXECUTABLE} WIN32
+ add_executable( ${CRASHREPORTER_EXECUTABLE}
${crashreporter_SOURCES}
${crashreporter_HEADERS_MOC}
${crashreporter_UI_HEADERS}