diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-17 04:30:30 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-17 04:32:09 (GMT) |
commit | dd2bda5cb7b08a84c36d49f946059885fbc764c9 (patch) | |
tree | eeebb48a1820c419721ecf8ba8499a60a87f342c /tests | |
parent | e1c019fd7ecaa59eee39f23434dd63d5656f4ee0 (diff) | |
download | Qt-dd2bda5cb7b08a84c36d49f946059885fbc764c9.zip Qt-dd2bda5cb7b08a84c36d49f946059885fbc764c9.tar.gz Qt-dd2bda5cb7b08a84c36d49f946059885fbc764c9.tar.bz2 |
Fixed failure of xunit selftest on Windows.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/selftests/xunit/xunit.pro | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/auto/selftests/xunit/xunit.pro b/tests/auto/selftests/xunit/xunit.pro index 81ca157..55aca4a 100644 --- a/tests/auto/selftests/xunit/xunit.pro +++ b/tests/auto/selftests/xunit/xunit.pro @@ -1,15 +1,8 @@ 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\\\" -} +mac:CONFIG -= app_bundle +CONFIG -= debug_and_release_target TARGET = xunit |