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

QT += widgets
SOURCES = main.cpp

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