diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/corelib/global/qlogging/qlogging.pro | 2 | ||||
-rw-r--r-- | tests/auto/corelib/global/qlogging/test/test.pro | 4 | ||||
-rw-r--r-- | tests/auto/corelib/global/qlogging/tst_qlogging.pro | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/corelib/global/qlogging/qlogging.pro b/tests/auto/corelib/global/qlogging/qlogging.pro index 1d5e7681df..4d3823cdbe 100644 --- a/tests/auto/corelib/global/qlogging/qlogging.pro +++ b/tests/auto/corelib/global/qlogging/qlogging.pro @@ -3,4 +3,4 @@ CONFIG += ordered SUBDIRS += \ app \ - tst_qlogging.pro + test 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 diff --git a/tests/auto/corelib/global/qlogging/tst_qlogging.pro b/tests/auto/corelib/global/qlogging/tst_qlogging.pro deleted file mode 100644 index 60377e0fdc..0000000000 --- a/tests/auto/corelib/global/qlogging/tst_qlogging.pro +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG += testcase parallel_test -TARGET = tst_qlogging -QT = core testlib -SOURCES = tst_qlogging.cpp |