aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlscene/qmlscene.pro')
-rw-r--r--tools/qmlscene/qmlscene.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro
index 464f9b3758..1cf7b3c577 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -3,7 +3,7 @@ TARGET = qmlscene
DESTDIR= $$QT.qml.bins
QT += qml quick core-private
-!isEmpty(QT.widgets.name): QT += widgets
+!contains(QT_CONFIG, no-widgets):QT += widgets
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target