Archived
cbortojson.c uses open_memstream for part of its functionality, which isn't available with the Microsoft CRT, so it's excluded. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
9 lines
231 B
Prolog
9 lines
231 B
Prolog
CONFIG += testcase parallel_test c++11
|
|
QT = core testlib
|
|
|
|
SOURCES += tst_tojson.cpp
|
|
INCLUDEPATH += ../../src
|
|
msvc: POST_TARGETDEPS = ../../lib/tinycbor.lib
|
|
else: POST_TARGETDEPS += ../../lib/libtinycbor.a
|
|
LIBS += $$POST_TARGETDEPS
|