diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-01-21 07:45:25 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-29 10:04:55 (GMT) |
commit | 121e0a53302ac4e650b5ba414123d0706812ec5c (patch) | |
tree | fb75927014ca1e542ba0e7395805472c7e62628d /examples/tutorials/gettingStarted/gsQt/gsqt.pro | |
parent | 0390d2cc797053cb4157c84958aac37f4d39b093 (diff) | |
download | Qt-121e0a53302ac4e650b5ba414123d0706812ec5c.zip Qt-121e0a53302ac4e650b5ba414123d0706812ec5c.tar.gz Qt-121e0a53302ac4e650b5ba414123d0706812ec5c.tar.bz2 |
Doc: Work on GettingStartedQt tutorial
Task-number: QTBUG-16609
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/gsqt.pro')
-rwxr-xr-x | examples/tutorials/gettingStarted/gsQt/gsqt.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/gsqt.pro b/examples/tutorials/gettingStarted/gsQt/gsqt.pro new file mode 100755 index 0000000..72f09c1 --- /dev/null +++ b/examples/tutorials/gettingStarted/gsQt/gsqt.pro @@ -0,0 +1,13 @@ +TEMPLATE = subdirs + +SUBDIRS = part1 \ + part2 \ + part3 \ + part4 \ + part5 + +# install +sources.files = *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/gettingStarted/gsQt +INSTALLS += sources + |