summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/wincmdline/wincmdline.pro
blob: 9abeb1cc83766463e49991b4837a9f3b0da1ba03 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
QT += widgets
SOURCES += main.cpp
DESTDIR = ./

# This app is testdata for tst_qapplication
target.path = $$[QT_INSTALL_TESTS]/tst_qapplication/$$TARGET
INSTALLS += target