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

SOURCES = main.cpp

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