summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/gsqt.pro
blob: 72f09c114b214c62d8c6c11a651d84a070b5f300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS = part1 \
          part2 \
          part3 \
          part4 \
          part5

# install
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/gettingStarted/gsQt
INSTALLS += sources