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

SUBDIRS = part1 \
          part2 \
          part3 \
          part4 \
          part5

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

QT += widgets