Revert "Fix wrong target in qt_feature_module_begin"

It broke builds because the qconfig.h file was created in the wrong
directory.

This reverts commit 25f67fbb073c8bedf26e165f52abacf3e20a6a94.

Change-Id: Ia458ef4193a3985a9ba613d82f679b7df5ca0107
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Alexandru Croitor 2019-03-22 10:31:04 +01:00
parent 8158a8767c
commit 5fd30d0a18

View File

@ -39,7 +39,7 @@ target_include_directories(GlobalConfig INTERFACE
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:include/QtCore>
)
qt_feature_module_begin(LIBRARY GlobalConfig
qt_feature_module_begin(LIBRARY Core
PUBLIC_FILE src/corelib/global/qconfig.h
PRIVATE_FILE src/corelib/global/qconfig_p.h
)