blob: 4c6b0b557a1eb29b86d824f5663d6acf1ce43809 [file] [log] [blame]
QT += core
QT -= gui
TARGET = convert
CONFIG += cmdline
TEMPLATE = app
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/convert
INSTALLS += target
SOURCES += main.cpp \
cborconverter.cpp \
jsonconverter.cpp \
datastreamconverter.cpp \
textconverter.cpp \
xmlconverter.cpp \
nullconverter.cpp
HEADERS += \
converter.h \
cborconverter.h \
jsonconverter.h \
datastreamconverter.h \
textconverter.h \
xmlconverter.h \
nullconverter.h