aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <stasuku@gmail.com>2013-10-12 11:59:09 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-25 14:45:46 +0200
commit8d24f015b2f98afc33092eca91727583b9ebb7f6 (patch)
treecc34c38e10b8db1a78e5be12cd51a0f1df896d21 /tools/qml/qml.pro
parentfdd99051290da290cdbdea109f45f4043c27d6cf (diff)
Make qtdeclarative compile with -no-gui
Change-Id: I079f5e09a0099550348388379c496fc8f8cfa27c Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r--tools/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index fd4021c340..0642696b4e 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -1,4 +1,5 @@
-QT += qml gui core-private
+QT = qml core-private
+qtHaveModule(gui): QT += gui
qtHaveModule(widgets): QT += widgets
HEADERS += conf.h