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

SOURCES = main.cpp

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