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

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUwe L. Korn <uwelk@xhochy.com>2014-04-25 13:49:23 +0400
committerUwe L. Korn <uwelk@xhochy.com>2014-04-25 13:49:23 +0400
commitcb1b09b16753660a017f4222f15d2c7fb8606d6d (patch)
tree83051eda5f91d10c4bfa4e0b368dd84ea4e7d7a1 /src
parentc81aa6cd38f2058c6fdc6e235b36c7f3d9442ef6 (diff)
Core is also a Qt5 module
Diffstat (limited to 'src')
-rw-r--r--src/libcrashreporter-gui/CMakeLists.txt2
-rw-r--r--src/libcrashreporter-handler/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libcrashreporter-gui/CMakeLists.txt b/src/libcrashreporter-gui/CMakeLists.txt
index 1444029..0debc62 100644
--- a/src/libcrashreporter-gui/CMakeLists.txt
+++ b/src/libcrashreporter-gui/CMakeLists.txt
@@ -25,4 +25,4 @@ set_target_properties(crashreporter-gui PROPERTIES AUTOMOC ON)
# LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
#)
-qt5_use_modules(crashreporter-gui Widgets Network)
+qt5_use_modules(crashreporter-gui Core Widgets Network)
diff --git a/src/libcrashreporter-handler/CMakeLists.txt b/src/libcrashreporter-handler/CMakeLists.txt
index cf93982..36543d5 100644
--- a/src/libcrashreporter-handler/CMakeLists.txt
+++ b/src/libcrashreporter-handler/CMakeLists.txt
@@ -16,6 +16,7 @@ list(APPEND crashreporter-handler_LIBRARIES
include_directories(${crashreporter-handler_INCLUDE_DIRECTORIES})
add_library(crashreporter-handler STATIC ${crashreporter-handler_SOURCES})
target_link_libraries(crashreporter-handler ${crashreporter-handler_LIBRARIES})
+qt5_use_modules(crashreporter-handler Core)
if(WIN32)
add_definitions( -DUNICODE ) #-fshort-wchar )