CMake: Re-generate CMakeLists.txt file for concurrent and sql

Change-Id: I3b61e35a65d369f0fff7c61c0b3af6f6e2974e1f
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
bb10
Tobias Hunger 2019-03-01 14:34:41 +01:00
parent 27fc264b7d
commit f3e3832c4d
2 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# Generated from concurrent.pro.
#####################################################################
## Concurrent Module:
#####################################################################
add_qt_module(Concurrent
SOURCES
qtconcurrent_global.h
@ -18,8 +24,21 @@ add_qt_module(Concurrent
DEFINES
QT_NO_USING_NAMESPACE
QT_NO_FOREACH
LIBRARIES Qt::CorePrivate
PUBLIC_LIBRARIES Qt::Core
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES # special case
Qt::Core
# CONFIG = "exceptions"
# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
# _LOADED = "qt_module"
)
## Scopes:
#####################################################################
extend_target(Concurrent CONDITION MSVC AND (TEST_architecture STREQUAL "i386")
LINK_OPTIONS
"/BASE:0x66000000"
)
add_qt_docs(./doc/qtconcurrent.qdocconf)

View File

@ -24,6 +24,20 @@ add_qt_module(Sql
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES # special case
Qt::Core
# MODULE_PLUGIN_TYPES = "sqldrivers"
# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
# SQL_P = "sql"
# _LOADED = "qt_module"
)
## Scopes:
#####################################################################
extend_target(Sql CONDITION MSVC AND (TEST_architecture STREQUAL "i386")
LINK_OPTIONS
"/BASE:0x62000000"
)
extend_target(Sql CONDITION QT_FEATURE_sqlmodel