CMake: Regenerate src/concurrent

Change-Id: I888f0a3821c091180928949bd52ea70a1be69d3f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tobias Hunger 2019-05-06 14:44:33 +02:00
parent da02d17b5e
commit e438747eb1

View File

@ -26,12 +26,14 @@ add_qt_module(Concurrent
QT_NO_FOREACH QT_NO_FOREACH
LIBRARIES LIBRARIES
Qt::CorePrivate Qt::CorePrivate
PUBLIC_LIBRARIES # special case PUBLIC_LIBRARIES
Qt::Core Qt::Core
)
#### Keys ignored in scope 1:.:.:concurrent.pro:<TRUE>:
# CONFIG = "exceptions" # CONFIG = "exceptions"
# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h" # PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
# _LOADED = "qt_module" # _LOADED = "qt_module"
)
## Scopes: ## Scopes:
##################################################################### #####################################################################
@ -40,5 +42,6 @@ extend_target(Concurrent CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i3
LINK_OPTIONS LINK_OPTIONS
"/BASE:0x66000000" "/BASE:0x66000000"
) )
add_qt_docs(
add_qt_docs(./doc/qtconcurrent.qdocconf) doc/qtconcurrent.qdocconf
)