summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-07 08:08:04 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-07 20:05:12 +0100
commit7e4232f10a9c3bace9bf9864fac16d186d23bce7 (patch)
tree25af2f644b923790dfbccc15e2536001d793f8b6 /src/concurrent
parent194d2ca5c3bbf7e5c06a5f8e4fbbbc8e1247f549 (diff)
Fix src/concurrent/concurrent.pro
First, heed the warning from qmake and add load(qt_module) to the top of src/concurrent/concurrent.pro Second, qtconcurrentversion.h is in src/concurrent, not src/xml Change-Id: If4fc55ac2fe21c093023b377195ed82a54d8c963 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/concurrent.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro
index a9482af057..8ef3c5ca59 100644
--- a/src/concurrent/concurrent.pro
+++ b/src/concurrent/concurrent.pro
@@ -1,3 +1,5 @@
+load(qt_module)
+
TARGET = QtConcurrent
QPRO_PWD = $$PWD
QT = core-private
@@ -12,7 +14,7 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore
load(qt_module_config)
-HEADERS += $$QT_SOURCE_TREE/src/xml/qtconcurrentversion.h
+HEADERS += $$QT_SOURCE_TREE/src/concurrent/qtconcurrentversion.h
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h