daf24b1b64
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>
15 lines
221 B
Prolog
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
|
|
}
|
|
|
|
|