aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-08-21 17:29:11 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-08-22 04:27:25 +0000
commitfb02976cbec61b5a3f53b8245e8a9afb4df4fa63 (patch)
tree711525968c13120bf3bb9a7ad6691eaf105bb7cb
parent3d57afaca9d9d19e42342c270c19c86128668277 (diff)
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 <simon.hausmann@qt.io>
-rw-r--r--src/qmldevtools/qmldevtools.pro2
1 files changed, 1 insertions, 1 deletions
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