summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-06-04 15:55:41 +0200
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-06-05 09:10:51 +0000
commitbfa209dfa557e7c30d654add09f5c8f97cfc2492 (patch)
treee3bdc19f60d742ee810eabffbab5b90a4a5de2e1 /src
parentfecd9d90daa22b33c40a709da21cef62bfa44a15 (diff)
cmake: build with exceptions disabled by default
Only re-enable exceptions for the modules that do CONFIG+=exceptions in qmake Change-Id: I9f19078adbdc1b8fa3d4102fb51a099e7e35522e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/concurrent/CMakeLists.txt1
-rw-r--r--src/corelib/CMakeLists.txt1
-rw-r--r--src/testlib/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/concurrent/CMakeLists.txt b/src/concurrent/CMakeLists.txt
index 9094cf13db..b0d90e40ba 100644
--- a/src/concurrent/CMakeLists.txt
+++ b/src/concurrent/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
add_qt_module(Concurrent
+ EXCEPTIONS
SOURCES
qtconcurrent_global.h
qtconcurrentcompilertest.h
diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt
index 5d45d2b316..a032a9117e 100644
--- a/src/corelib/CMakeLists.txt
+++ b/src/corelib/CMakeLists.txt
@@ -17,6 +17,7 @@ endif()
#####################################################################
add_qt_module(Core
+ EXCEPTIONS
QMAKE_MODULE_CONFIG moc resources
SOURCES
# special case: remove ../3rdparty/harfbuzz
diff --git a/src/testlib/CMakeLists.txt b/src/testlib/CMakeLists.txt
index 9acbe76e0f..eba682bdc2 100644
--- a/src/testlib/CMakeLists.txt
+++ b/src/testlib/CMakeLists.txt
@@ -6,6 +6,7 @@
add_qt_module(Test
CONFIG_MODULE_NAME testlib # special case
+ EXCEPTIONS
SOURCES
qabstracttestlogger.cpp qabstracttestlogger_p.h
qasciikey.cpp