summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/part5/part5.pro
blob: 711cac212ac902e9f393c9866cc3331374ee7580 (plain)
1
2
3
4
5
6
7
8
9

SOURCES = main.cpp

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