diff --git a/common.pri b/common.pri index dca1d40..ddf7199 100644 --- a/common.pri +++ b/common.pri @@ -132,7 +132,7 @@ TRANSLATIONS_PATH = $$PWD/translations greaterThan(QT_MAJOR_VERSION, 4) { DEFINES *= HAVE_QT5 - QT *= printsupport widgets qml + QT *= printsupport widgets contains(QT,uitools){ message(uitools) DEFINES *= HAVE_UI_LOADER @@ -140,6 +140,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { contains(CONFIG, qjsengine){ message(qjsengine) DEFINES *= USE_QJSENGINE + QT *= qml } }