summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qlogging/test')
-rw-r--r--tests/auto/corelib/global/qlogging/test/test.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro
new file mode 100644
index 0000000000..6e4939ffc9
--- /dev/null
+++ b/tests/auto/corelib/global/qlogging/test/test.pro
@@ -0,0 +1,4 @@
+CONFIG += testcase parallel_test
+TARGET = ../tst_qlogging
+QT = core testlib
+SOURCES = ../tst_qlogging.cpp