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