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