summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/part1/part1.pro
blob: f52a6331b51ae88b08da8af0369927e44d8825f1 (plain)
1
2
3
4
5
6
7
8
SOURCES = main.cpp

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