summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/exceptionthrow/exceptionthrow.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-15 03:27:45 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-15 03:30:34 (GMT)
commit454096217002f02379b4450e6e3d312f46c8cda9 (patch)
tree0bdf890d56cd519fc7d3bcd6c2c6ebbb1771b4ab /tests/auto/selftests/exceptionthrow/exceptionthrow.pro
parent6574b785813d9576e64af63ddfae55ec2b429fc2 (diff)
downloadQt-454096217002f02379b4450e6e3d312f46c8cda9.zip
Qt-454096217002f02379b4450e6e3d312f46c8cda9.tar.gz
Qt-454096217002f02379b4450e6e3d312f46c8cda9.tar.bz2
Fixed recompile of tests/auto/selftests/exception.
Turns out making a binary named `exception' is quite a bad idea... when some code does `#include <exception>', guess which file gets picked up :-)
Diffstat (limited to 'tests/auto/selftests/exceptionthrow/exceptionthrow.pro')
-rw-r--r--tests/auto/selftests/exceptionthrow/exceptionthrow.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/selftests/exceptionthrow/exceptionthrow.pro b/tests/auto/selftests/exceptionthrow/exceptionthrow.pro
new file mode 100644
index 0000000..641818c
--- /dev/null
+++ b/tests/auto/selftests/exceptionthrow/exceptionthrow.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+SOURCES += tst_exceptionthrow.cpp
+QT = core
+
+mac:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+
+TARGET = exceptionthrow