10 lines
154 B
Prolog
10 lines
154 B
Prolog
CONFIG += testcase
|
|
QT = core testlib dbus
|
|
TARGET = tst_qdbuscpp2xml
|
|
|
|
SOURCES += tst_qdbuscpp2xml.cpp \
|
|
|
|
RESOURCES += qdbuscpp2xml.qrc
|
|
|
|
HEADERS += test1.h
|