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>
bb10
Bradley T. Hughes 2012-02-07 08:08:04 +01:00 committed by Qt by Nokia
parent 194d2ca5c3
commit 7e4232f10a
1 changed files with 3 additions and 1 deletions

View File

@ -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