qt5base-lts/tests/auto/dbus/qdbusreply/qdbusreply.pro
Jo Asplin daf24b1b64 Moved dbus autotests into new directory structure
Task-number: QTBUG-21108

Change-Id: I8cdd4af59db3716921e7392379584f349ed29136
Reviewed-on: http://codereview.qt.nokia.com/3602
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-09-01 09:37:08 +02:00

11 lines
149 B
Prolog

load(qttest_p4)
QT = core
contains(QT_CONFIG,dbus): {
SOURCES += tst_qdbusreply.cpp
QT += dbus
} else {
SOURCES += ../qdbusmarshall/dummy.cpp
}