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

QT += widgets
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/gettingStarted/gsQt/part2
INSTALLS += target