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 <domme@tomahawk-player.org>2014-08-26 20:07:42 +0400
committerDominik Schmidt <domme@tomahawk-player.org>2014-08-26 20:15:13 +0400
commit2b4849a2fae0a38ee646eda53511de38604bb9c8 (patch)
treea0931472c8d5c0398ade89b48489ada12e959360 /src/CMakeLists.txt
parent17e16f5e79ea3aec6d9161aa591afcba48a34133 (diff)
Add crash reporter using libcrashreporter-qt
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 094d08372..ff039b1a7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,6 +7,11 @@ add_subdirectory(libsync)
if (NOT BUILD_LIBRARIES_ONLY)
add_subdirectory(gui)
add_subdirectory(cmd)
+
+ if (WITH_CRASHREPORTER)
+ add_subdirectory(3rdparty/libcrashreporter-qt)
+ add_subdirectory(crashreporter)
+ endif()
endif(NOT BUILD_LIBRARIES_ONLY)
find_program(KRAZY2_EXECUTABLE krazy2)