summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/server/server.pro2
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/test/test.pro3
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/benchmarks/dbus/qdbusperformance/server/server.pro b/tests/benchmarks/dbus/qdbusperformance/server/server.pro
index 30f81dd19f..7f8336a53f 100644
--- a/tests/benchmarks/dbus/qdbusperformance/server/server.pro
+++ b/tests/benchmarks/dbus/qdbusperformance/server/server.pro
@@ -1,5 +1,5 @@
SOURCES = server.cpp
HEADERS = ../serverobject.h
TARGET = server
-CONFIG += qdbus
+QT += dbus
QT -= gui
diff --git a/tests/benchmarks/dbus/qdbusperformance/test/test.pro b/tests/benchmarks/dbus/qdbusperformance/test/test.pro
index 803479dc25..ddc5410759 100644
--- a/tests/benchmarks/dbus/qdbusperformance/test/test.pro
+++ b/tests/benchmarks/dbus/qdbusperformance/test/test.pro
@@ -2,5 +2,4 @@ SOURCES += ../tst_qdbusperformance.cpp
HEADERS += ../serverobject.h
TARGET = ../tst_qdbusperformance
-QT = core testlib
-CONFIG += qdbus
+QT = core dbus testlib