12 lines
154 B
Prolog
12 lines
154 B
Prolog
|
load(qttest_p4)
|
||
|
QT = core
|
||
|
|
||
|
contains(QT_CONFIG,dbus): {
|
||
|
SOURCES += tst_qdbusthreading.cpp
|
||
|
QT += dbus
|
||
|
} else {
|
||
|
SOURCES += ../qdbusmarshall/dummy.cpp
|
||
|
}
|
||
|
|
||
|
|