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

QT += widgets
SOURCES = main.cpp

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