From 94fc8750797ffd3ef867d0cdc7849492cfee2c23 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 7 Nov 2011 16:46:52 +1000 Subject: Cleanup corelib autotests Tidy the autotest .pro files. Most autotest .pro files should look like this: CONFIG += testcase TARGET = tst_something QT = core testlib SOURCES = tst_something.cpp Change-Id: I877c2194e9fa9dd13478d117895e1e255a948ad7 Reviewed-by: Rohan McGovern --- tests/auto/corelib/io/qdir/qdir.pro | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tests/auto/corelib/io/qdir/qdir.pro') diff --git a/tests/auto/corelib/io/qdir/qdir.pro b/tests/auto/corelib/io/qdir/qdir.pro index 44cf644b37..c26262e826 100644 --- a/tests/auto/corelib/io/qdir/qdir.pro +++ b/tests/auto/corelib/io/qdir/qdir.pro @@ -1,19 +1,14 @@ -CONFIG += testcase +CONFIG += testcase parallel_test TARGET = tst_qdir -SOURCES += tst_qdir.cpp +QT = core testlib +SOURCES = tst_qdir.cpp RESOURCES += qdir.qrc -QT = core testlib wince* { DirFiles.files = testdir testData searchdir resources entrylist types tst_qdir.cpp DirFiles.path = . DEPLOYMENT += DirFiles -} - -wince* { DEFINES += SRCDIR=\\\"\\\" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" } - -CONFIG += parallel_test -- cgit v1.2.3