aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-01-10 14:06:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-25 23:22:52 +0100
commitd483a1bbaf7d3947dd18bacfa010b53300a7dbd6 (patch)
treef8247f800e6e623616bb76fa8414dd4fac6dd15a /examples/quick/quick.pro
parent7cad0e52c5a020bd29635e9912fd8946a6b48124 (diff)
Added an example of the window container embedding a QQuickView
Change-Id: I451716f4a0eac2020835a9e8a0d67626b981c736 Reviewed-by: Alan Alpert <aalpert@rim.com>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r--examples/quick/quick.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index e3691a044b..2d8acb3345 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -23,6 +23,11 @@ SUBDIRS = accessibility \
particles \
demos
+# Widget dependent examples
+qtHaveModule(widgets) {
+ SUBDIRS += embeddedinwidgets
+}
+
EXAMPLE_FILES = \
ui-components \
shared