summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/xunit/xunit.pro
blob: 81ca157860eed50de856f621b121f1a0e4086328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
SOURCES  += tst_xunit.cpp

wince*: {
   addImages.sources = images/*
   addImages.path = images
   DEPLOYMENT += addImages
   DEFINES += SRCDIR=\\\".\\\"
} else {
   contains(QT_CONFIG, qt3support): QT += qt3support
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}

TARGET = xunit