aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-09-13 10:02:51 +0000
committerAndras Becsi <andras.becsi@digia.com>2013-09-13 11:44:06 +0200
commitba22c8ce938f6e9fbcc6e6bb996195c79ebdac00 (patch)
treee8db0ede283162c18085a7a95009d79d004e1b1b /examples/examples.pro
parent5cece400938cc58afb6ffffd705d779d2bc0a04a (diff)
Examples depends on widgets
The common part (pop-up asking for credentials) is written using widgets so we can not compile examples without them Change-Id: I0bc7f9ce2985c989f174567ac9b97065d95b15c1 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 19f2352..eb699a0 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,8 +1,8 @@
TEMPLATE = subdirs
-qtHaveModule(quick) {
- SUBDIRS += quick
-}
qtHaveModule(widgets) {
SUBDIRS += widgets
+ qtHaveModule(quick) {
+ SUBDIRS += quick
+ }
}