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

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