summaryrefslogtreecommitdiffstats
path: root/examples/linguist/linguist.pro
blob: aa50f03be5f5dfa9bb4c7f26867089e2ad41c528 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
SUBDIRS       = arrowpad \
                hellotr \
                trollprint

# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist
INSTALLS += sources

QT += widgets