qt5base-lts/tests/auto/dbus/qdbusmarshall/qdbusmarshall.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

15 lines
221 B
Prolog

load(qttest_p4)
contains(QT_CONFIG,dbus): {
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = qpong test
QT += core-private
requires(contains(QT_CONFIG,private_tests))
} else {
SOURCES += dummy.cpp
}