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

QT += widgets
SOURCES = main.cpp

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