summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-13 11:54:26 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-19 18:55:35 +0200
commit6713e9266b5df317109f1645ac516346a6f9a44c (patch)
tree1bc81fa70dc67f7c5df5551fdb2813d3400bf04d /examples/examples.pro
parent1c7cfb2c890243a59aff8583d3fc5cbdf476ca7f (diff)
Prepare the directories to have more examples included.
This also ajust the name to be consistent with other Qt examples. - Move nano browser one directory level down, also renaming them to match their target name - Remove the dashes from the target names - Rename the qtquick example directory to quick, matching the style in lib Change-Id: I4a5e31be0b919ae596eadbf731be52372ae61151 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index eb04ac0ec..970c58c69 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,4 @@
TEMPLATE=subdirs
-SUBDIRS += qtquick
-qtHaveModule(widgets): SUBDIRS += widgets
+SUBDIRS += quick/quicknanobrowser
+qtHaveModule(widgets): SUBDIRS += widgets/widgetsnanobrowser