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

SOURCES = main.cpp

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