aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:37:10 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:06:49 +0000
commit585359ba0692cbf275d51a89e72c341076cfa4fb (patch)
treeed6ed7cc56a0133eb97d8466b6005da2ac16a3a0 /examples
parent81a301805b1157e7e8ef21c3332a6ca7706bad3f (diff)
Fix Quick dependency for mouseItem example
Change-Id: I5bb0f3c336e3640b5f141837de80f6959590f2e5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e5acdd9..98b36ab 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,10 +1,10 @@
TEMPLATE = subdirs
-SUBDIRS += simple \
- mouseItem
+SUBDIRS += simple
qtHaveModule(quick) {
SUBDIRS += quickGamepad \
keyNavigation \
- configureButtons
+ configureButtons \
+ mouseItem
}