diff options
author | Oswald Buddenhagen <[email protected]> | 2012-11-29 16:02:34 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-12-10 18:16:48 +0100 |
commit | a6065d60f158ffad7a94877883af69731da94295 (patch) | |
tree | 5657fd490fd8a3f9794a8c9bcc9f85cf24a095c1 /examples/quick/tutorials/tutorials.pro | |
parent | c18e04b2e61f174a4883f6884cf9a0712c5725e3 (diff) |
centralize and fixup example sources install targets
follow respective change in qtbase
Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Alan Alpert (Personal) <[email protected]>
Diffstat (limited to 'examples/quick/tutorials/tutorials.pro')
-rw-r--r-- | examples/quick/tutorials/tutorials.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/tutorials/tutorials.pro b/examples/quick/tutorials/tutorials.pro new file mode 100644 index 0000000000..fd6117b2d0 --- /dev/null +++ b/examples/quick/tutorials/tutorials.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs +SUBDIRS += gettingStartedQml + +EXAMPLE_FILES = \ + dynamicview \ + extending \ + helloworld \ + samegame |