summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusxmlparser/qdbusxmlparser.pro
blob: e8fd4c77222daa7c5da61d320269f92fdb894718 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
QT = core
contains(QT_CONFIG,dbus): {
	SOURCES += tst_qdbusxmlparser.cpp
	QT += dbus
} else {
	SOURCES += ../qdbusmarshall/dummy.cpp
}