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
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES # special case
PUBLIC_LIBRARIES
Qt::Core
)
#### 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
)