From e438747eb17a3dfa1f5717c0f7291f54342998ce Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 6 May 2019 14:44:33 +0200 Subject: CMake: Regenerate src/concurrent Change-Id: I888f0a3821c091180928949bd52ea70a1be69d3f Reviewed-by: Alexandru Croitor --- src/concurrent/CMakeLists.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/concurrent') 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:: +# 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 +) -- cgit v1.2.3