diff options
Diffstat (limited to 'lib/cbor/tinycbor/src/src.pri')
| -rw-r--r-- | lib/cbor/tinycbor/src/src.pri | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/cbor/tinycbor/src/src.pri b/lib/cbor/tinycbor/src/src.pri new file mode 100644 index 00000000..07495326 --- /dev/null +++ b/lib/cbor/tinycbor/src/src.pri @@ -0,0 +1,26 @@ +SOURCES += \ + $$PWD/cborencoder.c \ + $$PWD/cborencoder_close_container_checked.c \ + $$PWD/cborencoder_float.c \ + $$PWD/cborerrorstrings.c \ + $$PWD/cborparser.c \ + $$PWD/cborparser_dup_string.c \ + $$PWD/cborparser_float.c \ + $$PWD/cborpretty.c \ + $$PWD/cborpretty_stdio.c \ + $$PWD/cbortojson.c \ + $$PWD/cborvalidation.c \ + +HEADERS += \ + $$PWD/cbor.h \ + $$PWD/cborinternal_p.h \ + $$PWD/cborjson.h \ + $$PWD/compilersupport_p.h \ + $$PWD/tinycbor-version.h \ + $$PWD/utf8_p.h \ + + +QMAKE_CFLAGS *= $$QMAKE_CFLAGS_SPLIT_SECTIONS +QMAKE_LFLAGS *= $$QMAKE_LFLAGS_GCSECTIONS +INCLUDEPATH += $$PWD +CONFIG(release, debug|release): DEFINES += NDEBUG |
