summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/xunit/xunit.pro
blob: becb46ce8b0f0cd564629b31682cdbc7e7d07ea4 (plain)
1
2
3
4
5
6
7
8
9
10
QT = core testlib
SOURCES += tst_xunit.cpp


mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = xunit

include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)