From fb02976cbec61b5a3f53b8245e8a9afb4df4fa63 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 Aug 2018 17:29:11 +0200 Subject: fix non-prefix builds with pre-synced headers unlike the real qml module, qmldevtools doesn't automatically get CONFIG+=generated_privates, because it has no own configuration. but the qlalr parser is generated and private. amends 1ea05eb775. Task-number: QTBUG-69874 Change-Id: I90d6610e4fcb599b3413bce1c6b852adbb69c82f Reviewed-by: Simon Hausmann --- src/qmldevtools/qmldevtools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro index 23b7cf651e..05aa6f66f5 100644 --- a/src/qmldevtools/qmldevtools.pro +++ b/src/qmldevtools/qmldevtools.pro @@ -1,7 +1,7 @@ option(host_build) TARGET = QtQmlDevTools QT = core-private -CONFIG += minimal_syncqt internal_module qmldevtools_build +CONFIG += minimal_syncqt internal_module qmldevtools_build generated_privates MODULE_INCNAME = QtQml INCLUDEPATH += $$OUT_PWD/../qml -- cgit v1.2.3