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>
10 lines
194 B
Prolog
10 lines
194 B
Prolog
load(qttest_p4)
|
|
QT = core core-private
|
|
contains(QT_CONFIG,dbus): {
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = qmyserver test
|
|
} else {
|
|
SOURCES += ../qdbusmarshall/dummy.cpp
|
|
}
|