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


mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = xunit

# This app is testdata for tst_selftests
target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
INSTALLS += target