summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-15 02:09:41 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-15 11:20:21 +0000
commitceffc7e0e7d12ae1c78fb8e25a862fa1b1ebb648 (patch)
treee5982dccba41cff8f9ca3ede999804f909ea21fc /tests/benchmarks/dbus
parent2d7b1430850e7bf522dd241a42f03cb4d9cd2eef (diff)
Exclude DBus performance test with -no-feature-process
Change-Id: I3e650b21139bd59b1f8386f4abb39aadf85e412f Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/benchmarks/dbus')
-rw-r--r--tests/benchmarks/dbus/dbus.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/benchmarks/dbus/dbus.pro b/tests/benchmarks/dbus/dbus.pro
index 989a0db2d4..1254ad95e9 100644
--- a/tests/benchmarks/dbus/dbus.pro
+++ b/tests/benchmarks/dbus/dbus.pro
@@ -1,4 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = \
- qdbusperformance \
qdbustype
+
+qtConfig(process): SUBDIRS += \
+ qdbusperformance