summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusserver/qdbusserver.pro
blob: 05a4eb84af6476cfeea3138f5a21925fb4165409 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
QT = core

contains(QT_CONFIG,dbus): {
	SOURCES += tst_qdbusserver.cpp
	QT += dbus
} else {
	SOURCES += ../qdbusmarshall/dummy.cpp
}