summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/xunit/xunit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/xunit/xunit.pro')
-rw-r--r--tests/auto/testlib/selftests/xunit/xunit.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/xunit/xunit.pro b/tests/auto/testlib/selftests/xunit/xunit.pro
index d3ae402e6f..b8c606e828 100644
--- a/tests/auto/testlib/selftests/xunit/xunit.pro
+++ b/tests/auto/testlib/selftests/xunit/xunit.pro
@@ -1,8 +1,8 @@
QT = core testlib
-SOURCES += tst_xunit.cpp
+SOURCES += tst_xunit.cpp
+
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = xunit
-