1
load(qttest_p4)
2
contains(QT_CONFIG,dbus): {
3
TEMPLATE = subdirs
4
CONFIG += ordered
5
SUBDIRS = qpong test
6
} else {
7
SOURCES += dummy.cpp
8
}
9
10