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 6ba9c1d7bc..dfc91ceceb 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -3,7 +3,7 @@ TARGET = qmlscene
DESTDIR= $$QT.declarative.bins
QT += declarative quick
-contains(QT_CONFIG, widgets): QT += widgets
+!isEmpty(QT.widgets.name): QT += widgets
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target