diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-26 00:45:03 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-26 00:46:43 (GMT) |
commit | 3ca156558dad24f5ac0f9d0e35a558c5b8052c81 (patch) | |
tree | 628a85f008c99142117cd28d41fb11795d352fbd /tests/auto/selftests/xunit | |
parent | 97a05106707896c65d6fc0b563e9fd7ae9a0637d (diff) | |
parent | 312c0d24443a5703fbb747911e039525e8567bbb (diff) | |
download | Qt-3ca156558dad24f5ac0f9d0e35a558c5b8052c81.zip Qt-3ca156558dad24f5ac0f9d0e35a558c5b8052c81.tar.gz Qt-3ca156558dad24f5ac0f9d0e35a558c5b8052c81.tar.bz2 |
Merge branch '4.5'
Conflicts:
tests/auto/selftests/tst_selftests.cpp
Diffstat (limited to 'tests/auto/selftests/xunit')
-rw-r--r-- | tests/auto/selftests/xunit/xunit.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/selftests/xunit/xunit.pro b/tests/auto/selftests/xunit/xunit.pro index eb98c2a..81ca157 100644 --- a/tests/auto/selftests/xunit/xunit.pro +++ b/tests/auto/selftests/xunit/xunit.pro @@ -10,3 +10,6 @@ wince*: { contains(QT_CONFIG, qt3support): QT += qt3support DEFINES += SRCDIR=\\\"$$PWD\\\" } + +TARGET = xunit + |