diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-01-21 14:04:56 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-01-21 14:09:00 +1100 |
| commit | 393b268e159a40b23bc63464f4d04d5be09e070f (patch) | |
| tree | d78167662cd68de3e08d90bb1b44070ab542e433 /lib/cbor/tinycbor/src/src.pri | |
| parent | bb50cf52cd8984704b757b1e5f9e11a126b24eba (diff) | |
| download | tangara-fw-393b268e159a40b23bc63464f4d04d5be09e070f.tar.gz | |
Vendor tinycbor, since v5 no longer includes it
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 |
