install qconfig.h into framework bundles
Task-number: QTBUG-31969 Change-Id: I5ade18352a9989bdfd513c51c021d475f39aa7c6 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
parent
01270cf672
commit
3ffc86e0e6
@ -30,9 +30,12 @@ SOURCES += \
|
|||||||
INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
|
INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
|
||||||
|
|
||||||
# configure creates these, not syncqt, so we need to manually inject them
|
# configure creates these, not syncqt, so we need to manually inject them
|
||||||
targ_headers.files += \
|
qconfig_h_files = \
|
||||||
$$OUT_PWD/global/qconfig.h \
|
$$OUT_PWD/global/qconfig.h \
|
||||||
$$QT_BUILD_TREE/include/QtCore/QtConfig
|
$$QT_BUILD_TREE/include/QtCore/QtConfig
|
||||||
|
targ_headers.files += $$qconfig_h_files
|
||||||
|
contains(QMAKE_BUNDLE_DATA, FRAMEWORK_HEADERS): \
|
||||||
|
FRAMEWORK_HEADERS.files += $$qconfig_h_files
|
||||||
|
|
||||||
# Only used on platforms with CONFIG += precompile_header
|
# Only used on platforms with CONFIG += precompile_header
|
||||||
PRECOMPILED_HEADER = global/qt_pch.h
|
PRECOMPILED_HEADER = global/qt_pch.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user