summaryrefslogtreecommitdiffstats
path: root/src/concurrent
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/concurrent
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/concurrent')
-rw-r--r--src/concurrent/CMakeLists.txt1
1 files changed, 1 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