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

QT += widgets
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