From 5991bc3b3b7c638592ec5e7060e467f4838201d8 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 28 Dec 2011 20:59:35 +0100 Subject: tests: eliminated usage of qttest_p4.prf [part 2] qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I8a0bed9161ea9ac010ef3269f2e9baed7bbc2f41 Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada --- tests/auto/qfilesystemmodel/qfilesystemmodel.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/auto/qfilesystemmodel') diff --git a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro index 65f25e0549..716f72f5f8 100644 --- a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro +++ b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro @@ -1,9 +1,8 @@ -CONFIG += qttest_p4 +CONFIG += testcase -QT = core gui - -SOURCES += tst_qfilesystemmodel.cpp -TARGET = tst_qfilesystemmodel +TARGET = tst_qfilesystemmodel +QT += testlib +SOURCES += tst_qfilesystemmodel.cpp symbian: { HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h -- cgit v1.2.3