51e501fa8d
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
12 lines
190 B
Prolog
12 lines
190 B
Prolog
CONFIG += testcase
|
|
QT = core testlib dbus
|
|
TARGET = tst_qdbuscpp2xml
|
|
|
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
|
|
|
SOURCES += tst_qdbuscpp2xml.cpp \
|
|
|
|
RESOURCES += qdbuscpp2xml.qrc
|
|
|
|
HEADERS += test1.h
|