summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 14:02:54 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 17:04:19 +1000
commitfda40e37df1152b5a8c572fe4bc53620bfcbcc45 (patch)
tree5e3732edd2ded20cb160c3bbfc5475de74945d5b /tests/auto/qdbusmarshall
parent838cf9abd9c724283319be8ef46651f90a3e1d4b (diff)
tests: fix private header inclusion in qtbase autotests
Any test which needs private headers from some Qt module must do: QT += modulename-private Reviewed-by: Jason McDonald Change-Id: I6924a577a960e4990f4379b02bca4822d8248fb4
Diffstat (limited to 'tests/auto/qdbusmarshall')
-rw-r--r--tests/auto/qdbusmarshall/qdbusmarshall.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/qdbusmarshall.pro b/tests/auto/qdbusmarshall/qdbusmarshall.pro
index ad40c0d0b2..1b6408a2f9 100644
--- a/tests/auto/qdbusmarshall/qdbusmarshall.pro
+++ b/tests/auto/qdbusmarshall/qdbusmarshall.pro
@@ -4,6 +4,8 @@ contains(QT_CONFIG,dbus): {
CONFIG += ordered
SUBDIRS = qpong test
+ QT += core-private
+
requires(contains(QT_CONFIG,private_tests))
} else {
SOURCES += dummy.cpp