Merge "tizen: SECURED can be changed from build env (enabled by default)" into tizen
[platform/upstream/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 POST_TARGETDEPS += ../../lib/libtinycbor.a
9 LIBS += $$POST_TARGETDEPS