summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:44:33 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:23:08 +0000
commite438747eb17a3dfa1f5717c0f7291f54342998ce (patch)
tree70b7a9abb24828dc2d7f34357f3cc1d630b1fa8a /src/concurrent
parentda02d17b5eb30c00dafe6bd0916a931814d16b58 (diff)
CMake: Regenerate src/concurrent
Change-Id: I888f0a3821c091180928949bd52ea70a1be69d3f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/CMakeLists.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/concurrent/CMakeLists.txt b/src/concurrent/CMakeLists.txt
index 25ca44ddbf..36fe0666d6 100644
--- a/src/concurrent/CMakeLists.txt
+++ b/src/concurrent/CMakeLists.txt
@@ -26,13 +26,15 @@ add_qt_module(Concurrent
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
- PUBLIC_LIBRARIES # special case
+ PUBLIC_LIBRARIES
Qt::Core
- # CONFIG = "exceptions"
- # PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
- # _LOADED = "qt_module"
)
+#### Keys ignored in scope 1:.:.:concurrent.pro:<TRUE>:
+# CONFIG = "exceptions"
+# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
+# _LOADED = "qt_module"
+
## Scopes:
#####################################################################
@@ -40,5 +42,6 @@ extend_target(Concurrent CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i3
LINK_OPTIONS
"/BASE:0x66000000"
)
-
-add_qt_docs(./doc/qtconcurrent.qdocconf)
+add_qt_docs(
+ doc/qtconcurrent.qdocconf
+)