From 55b6e6fdfb14c467d1baab67271f85095929cd2a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 25 Oct 2011 11:59:25 +1000 Subject: benchmarks: eliminated usage of qttest_p4.prf 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: I48ab0ee64d8348cada2e6c7b27c67b6bbc36280d Reviewed-by: Jason McDonald --- tests/benchmarks/dbus/qdbustype/qdbustype.pro | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/benchmarks/dbus/qdbustype') diff --git a/tests/benchmarks/dbus/qdbustype/qdbustype.pro b/tests/benchmarks/dbus/qdbustype/qdbustype.pro index 325712edde..03eb54e8ea 100644 --- a/tests/benchmarks/dbus/qdbustype/qdbustype.pro +++ b/tests/benchmarks/dbus/qdbustype/qdbustype.pro @@ -1,11 +1,6 @@ -load(qttest_p4) - -# do not run benchmarks by default in 'make check' -CONFIG -= testcase - TARGET = tst_bench_qdbustype QT -= gui -QT += dbus dbus-private +QT += dbus dbus-private testlib QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS LIBS_PRIVATE += $$QT_LIBS_DBUS -- cgit v1.2.3