blob: 90839a445b46c844e53b99d6e9d8a76041fb62ce [file] [log] [blame]
INCLUDEPATH += $$PWD \
$$PWD/../../3rdparty/tinycbor/src
HEADERS = $$PWD/moc.h \
$$PWD/preprocessor.h \
$$PWD/parser.h \
$$PWD/symbols.h \
$$PWD/token.h \
$$PWD/utils.h \
$$PWD/generator.h \
$$PWD/outputrevision.h \
$$PWD/cbordevice.h
SOURCES = $$PWD/moc.cpp \
$$PWD/preprocessor.cpp \
$$PWD/generator.cpp \
$$PWD/parser.cpp \
$$PWD/token.cpp