summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasuku Suzuki <stasuku@gmail.com>2012-11-24 19:37:18 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-22 16:21:38 +0100
commit5ed36a9fe84f78c66692bb4a0395cb09eaf31d66 (patch)
tree344f1881c2c527866f3c1e0c532182fa53e3f030
parentd259d29158f0c7404ca9c93b9e9598d314dde494 (diff)
disable module when widgets is not availablev5.0.2
Change-Id: I3849f3dfb1d33bf15053fae864393d5755a2ea8d Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--qtquick1.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtquick1.pro b/qtquick1.pro
index 58c33f27..318861f4 100644
--- a/qtquick1.pro
+++ b/qtquick1.pro
@@ -1 +1,3 @@
+requires(qtHaveModule(widgets))
+
load(qt_parts)