summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/badxml/badxml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/selftests/badxml/badxml.pro')
-rw-r--r--tests/auto/selftests/badxml/badxml.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/selftests/badxml/badxml.pro b/tests/auto/selftests/badxml/badxml.pro
new file mode 100644
index 0000000..323791a
--- /dev/null
+++ b/tests/auto/selftests/badxml/badxml.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+
+SOURCES += tst_badxml.cpp
+QT = core
+
+mac:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+!win32:CONFIG += debug
+
+TARGET = badxml
+