summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/gettingStarted/gsQt/part5/part5.pro
blob: 12378f305a64f4c2cd90ac66f1115fe02dd4ddb8 (plain)
1
2
3
4
5
6
7
8
QT += widgets
requires(qtConfig(filedialog))
SOURCES = main.cpp

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