summaryrefslogtreecommitdiffstats
path: root/src/concurrent/concurrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/concurrent.pro')
-rw-r--r--src/concurrent/concurrent.pro13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro
index b0809c8939..6b81950138 100644
--- a/src/concurrent/concurrent.pro
+++ b/src/concurrent/concurrent.pro
@@ -1,21 +1,14 @@
-load(qt_module)
+load(qt_build_config)
TARGET = QtConcurrent
-QPRO_PWD = $$PWD
QT = core-private
+CONFIG += exceptions
-CONFIG += module exceptions
-MODULE_PRI = ../modules/qt_concurrent.pri
-
-DEFINES += QT_BUILD_CONCURRENT_LIB QT_NO_USING_NAMESPACE
+DEFINES += QT_NO_USING_NAMESPACE
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
-unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore
-
load(qt_module_config)
-HEADERS += $$QT_SOURCE_TREE/src/concurrent/qtconcurrentversion.h
-
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
SOURCES += \