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

TARGET = ../tst_selftests

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

RESOURCES += ../selftests.qrc

include(../selftests.pri)
!android:!winrt: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "../$${file}/$${file}"