summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborstreamreader/qcborstreamreader.pro
blob: 5df331314afd6ae6892d307720744a9dbfdc3993 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT = core testlib
TARGET = tst_qcborstreamreader
CONFIG += testcase
SOURCES += \
    tst_qcborstreamreader.cpp

INCLUDEPATH += \
    ../../../../../src/3rdparty/tinycbor/src \
    ../../../../../src/3rdparty/tinycbor/tests/parser

DEFINES += SRCDIR=\\\"$$PWD/\\\"