2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qdbusxmlparser
|
2012-11-30 10:51:05 +00:00
|
|
|
QT = core-private dbus-private xml testlib
|
2011-10-11 01:47:50 +00:00
|
|
|
SOURCES += tst_qdbusxmlparser.cpp
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|