From ce26a6fd2bfa3241fa801ebf28b61d740be1f1b4 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 11 May 2011 14:00:53 +1000 Subject: tests: make benchmarks compile or disable those which don't compile Reviewed-by: Jason McDonald Change-Id: Idc9fa4722b59f9b75d5e4a91bbfd0ae068d29b3d --- tests/benchmarks/corelib/io/io.pro | 2 +- tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro | 2 ++ tests/benchmarks/corelib/tools/qstring/qstring.pro | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/benchmarks/corelib') diff --git a/tests/benchmarks/corelib/io/io.pro b/tests/benchmarks/corelib/io/io.pro index 97445d7c6c..15ae0d2101 100644 --- a/tests/benchmarks/corelib/io/io.pro +++ b/tests/benchmarks/corelib/io/io.pro @@ -3,7 +3,7 @@ SUBDIRS = \ qdir \ qdiriterator \ qfile \ - qfileinfo \ + #qfileinfo \ # FIXME: broken qiodevice \ qtemporaryfile diff --git a/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro b/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro index 3edf6a65c8..b628c0af41 100644 --- a/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro +++ b/tests/benchmarks/corelib/io/qfileinfo/qfileinfo.pro @@ -6,6 +6,8 @@ INCLUDEPATH += . QT -= gui +QT += core-private + CONFIG += release # Input diff --git a/tests/benchmarks/corelib/tools/qstring/qstring.pro b/tests/benchmarks/corelib/tools/qstring/qstring.pro index 5db9776b09..7460f8a4e4 100644 --- a/tests/benchmarks/corelib/tools/qstring/qstring.pro +++ b/tests/benchmarks/corelib/tools/qstring/qstring.pro @@ -1,6 +1,7 @@ load(qttest_p4) TARGET = tst_bench_qstring QT -= gui +QT += core-private SOURCES += main.cpp data.cpp fromlatin1.cpp fromutf8.cpp wince*:{ -- cgit v1.2.3