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
parent
194d2ca5c3
commit
7e4232f10a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue