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/qfileinfo/qfileinfo.pro | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'tests/auto/corelib/io/qfileinfo/qfileinfo.pro') diff --git a/tests/auto/corelib/io/qfileinfo/qfileinfo.pro b/tests/auto/corelib/io/qfileinfo/qfileinfo.pro index 42a045dc23..2f3fa3fded 100644 --- a/tests/auto/corelib/io/qfileinfo/qfileinfo.pro +++ b/tests/auto/corelib/io/qfileinfo/qfileinfo.pro @@ -1,26 +1,17 @@ -CONFIG += testcase +CONFIG += testcase parallel_test TARGET = tst_qfileinfo -SOURCES += tst_qfileinfo.cpp - QT = core-private testlib - - -RESOURCES += qfileinfo.qrc +SOURCES = tst_qfileinfo.cpp +RESOURCES += qfileinfo.qrc wince* { deploy.files += qfileinfo.qrc tst_qfileinfo.cpp res.files = resources\\file1 resources\\file1.ext1 resources\\file1.ext1.ext2 res.path = resources DEPLOYMENT += deploy res -} - -win32*:LIBS += -ladvapi32 -lnetapi32 - -# support for running test from shadow build directory -wince* { DEFINES += SRCDIR=\\\"\\\" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" } -CONFIG += parallel_test +win32*:LIBS += -ladvapi32 -lnetapi32 -- cgit v1.2.3