summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal/modal.pro
blob: e832d90821194916bcd993d0d84fe57f261fc94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets
SOURCES += main.cpp \
    base.cpp
debug_and_release {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/modal_helper
    } else {
        TARGET = ../../release/modal_helper
    }
} else {
    TARGET = ../modal_helper
}
CONFIG -= app_bundle
HEADERS += base.h