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

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