tinycbor: Import v0.2.1
[contrib/iotivity.git] / extlibs / tinycbor / tinycbor / tests / parser / parser.pro
1 SOURCES += tst_parser.cpp ../../src/cborparser.c
2
3 CONFIG += testcase parallel_test c++11
4 QT = core testlib
5 DEFINES += CBOR_PARSER_MAX_RECURSIONS=16
6
7 INCLUDEPATH += ../../src
8 msvc: POST_TARGETDEPS = ../../lib/tinycbor.lib
9 else: POST_TARGETDEPS += ../../lib/libtinycbor.a
10 LIBS += $$POST_TARGETDEPS