33371c016e
I have not added tests for warnings or other failure to input. This tests only proper output for the moment. Change-Id: Ie01fd2a78adfa57c27bf288a08cd44ae82f51241 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
6 lines
130 B
Prolog
6 lines
130 B
Prolog
CONFIG += testcase
|
|
QT = core testlib
|
|
TARGET = tst_qdbusxml2cpp
|
|
SOURCES += tst_qdbusxml2cpp.cpp
|
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|