summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/xunit/xunit.pro
blob: d118fc020244cdeb3a59332bbd3bc59ff6602134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)
QT = core

# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase

SOURCES  += tst_xunit.cpp

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = xunit