summaryrefslogtreecommitdiff
path: root/lib/cbor/tinycbor/src/src.pri
blob: 07495326c8df7f4c73eb323048808b7744cf42d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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