summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbustype/qdbustype.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbustype/qdbustype.pro')
-rw-r--r--tests/auto/qdbustype/qdbustype.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qdbustype/qdbustype.pro b/tests/auto/qdbustype/qdbustype.pro
index e2f0c9017c..9b6808b562 100644
--- a/tests/auto/qdbustype/qdbustype.pro
+++ b/tests/auto/qdbustype/qdbustype.pro
@@ -1,8 +1,8 @@
load(qttest_p4)
-QT = core
+QT = core core-private
contains(QT_CONFIG,dbus): {
SOURCES += tst_qdbustype.cpp
- QT += dbus
+ QT += dbus dbus-private
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
LIBS_PRIVATE += $$QT_LIBS_DBUS
} else {