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
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcrashreporter-gui/CMakeLists.txt')
-rw-r--r--src/libcrashreporter-gui/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libcrashreporter-gui/CMakeLists.txt b/src/libcrashreporter-gui/CMakeLists.txt
index 4420e33..feb32c0 100644
--- a/src/libcrashreporter-gui/CMakeLists.txt
+++ b/src/libcrashreporter-gui/CMakeLists.txt
@@ -3,11 +3,7 @@ set(crashreporter_UI CrashReporter.ui)
set(crashreporter_RC ../../resources.qrc)
set(crashreporter_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR} ${QT_INCLUDES})
-if(UNIX AND NOT APPLE)
- if(NOT ENABLE_GPL_CODE)
- message(FATAL_ERROR "Using the Linux build requires ENABLE_GPL_CODE to be true.")
- endif()
-
+if(ENABLE_GPL_CODE)
list(APPEND crashreporter_INCLUDE_DIRECTORIES
${CMAKE_CURRENT_LIST_DIR}/../../3rdparty/drkonqi-parser
)