diff options
author | dpope <[email protected]> | 2012-02-03 15:45:25 +1000 |
---|---|---|
committer | Rohan McGovern <[email protected]> | 2012-02-10 07:24:48 +0100 |
commit | bc66ec0bc5f548a72d21557d529f2d03c7417f09 (patch) | |
tree | 53aa0444fc698cde712fb8e0486e3da1a56f853d /tutorials/tutorials.pro | |
parent | 98451b5e136af38b00b008ae58ec8243c981eee4 (diff) |
Change-Id: I271146636615ab16f79ad3e66985076e2bd7a95c
Reviewed-by: Sarah Jane Smith <[email protected]>
Diffstat (limited to 'tutorials/tutorials.pro')
-rw-r--r-- | tutorials/tutorials.pro | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tutorials/tutorials.pro b/tutorials/tutorials.pro deleted file mode 100644 index 7855f3f1..00000000 --- a/tutorials/tutorials.pro +++ /dev/null @@ -1,9 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS += qt3d quick3d - -# These tutorial directories contain code that is of instructive value only, -# and therefore it is not packaged for installation along with demos and -# examples, by default. - -# To install these apps as part of learning Qt Quick 3D simply follow the -# technique used in the examples directories. |