summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/test/test.pro
blob: 2ad2483294e17e90b204cda0494d737c3180b61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES += ../tst_selftests.cpp
QT = core xml testlib-private

TARGET = ../tst_selftests

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_selftests
} else {
    TARGET = ../../release/tst_selftests
  }
}

RESOURCES += ../selftests.qrc

CONFIG += insignificant_test # QTBUG-21402