summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal/modal.pro
blob: b13165bcda2bbd4dd1e0ec87e6b472ef078a6bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
QT += widgets
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
    base.cpp
DESTDIR = ./
CONFIG -= app_bundle
HEADERS += base.h

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