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
|
||||
|
||||
# configure creates these, not syncqt, so we need to manually inject them
|
||||
targ_headers.files += \
|
||||
qconfig_h_files = \
|
||||
$$OUT_PWD/global/qconfig.h \
|
||||
$$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
|
||||
PRECOMPILED_HEADER = global/qt_pch.h
|
||||
|
Loading…
Reference in New Issue
Block a user