From 5ed36a9fe84f78c66692bb4a0395cb09eaf31d66 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sat, 24 Nov 2012 19:37:18 +0900 Subject: disable module when widgets is not available Change-Id: I3849f3dfb1d33bf15053fae864393d5755a2ea8d Reviewed-by: Sergio Ahumada Reviewed-by: Oswald Buddenhagen --- qtquick1.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtquick1.pro') 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) -- cgit v1.2.3