summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall/qdbusmarshall.pro
blob: 1b6408a2f915a0433d5ee9616cbcab4f28c0e1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
contains(QT_CONFIG,dbus): {
	TEMPLATE = subdirs
	CONFIG += ordered
	SUBDIRS = qpong test

        QT += core-private

        requires(contains(QT_CONFIG,private_tests))
} else {
	SOURCES += dummy.cpp
}