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/gui/painting/qpainter/qpainter.pro | 3 +++ tests/benchmarks/gui/painting/qtracebench/qtracebench.pro | 3 +++ 2 files changed, 6 insertions(+) (limited to 'tests/benchmarks/gui/painting') diff --git a/tests/benchmarks/gui/painting/qpainter/qpainter.pro b/tests/benchmarks/gui/painting/qpainter/qpainter.pro index 6603abafea..78b4f1a4e5 100644 --- a/tests/benchmarks/gui/painting/qpainter/qpainter.pro +++ b/tests/benchmarks/gui/painting/qpainter/qpainter.pro @@ -1,4 +1,7 @@ load(qttest_p4) + +QT += gui-private + TEMPLATE = app TARGET = tst_bench_qpainter diff --git a/tests/benchmarks/gui/painting/qtracebench/qtracebench.pro b/tests/benchmarks/gui/painting/qtracebench/qtracebench.pro index 56ec8bbe4e..4f527f62b3 100644 --- a/tests/benchmarks/gui/painting/qtracebench/qtracebench.pro +++ b/tests/benchmarks/gui/painting/qtracebench/qtracebench.pro @@ -1,4 +1,7 @@ load(qttest_p4) + +QT += core-private gui-private + TEMPLATE = app TARGET = tst_qtracebench -- cgit v1.2.3