2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
2011-05-11 04:02:54 +00:00
|
|
|
QT = core core-private
|
2011-04-27 10:05:43 +00:00
|
|
|
contains(QT_CONFIG,dbus): {
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = qmyserver test
|
|
|
|
} else {
|
|
|
|
SOURCES += ../qdbusmarshall/dummy.cpp
|
|
|
|
}
|