1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
CONFIG += testcase
QT = core testlib
DISTFILES += \
testdata/good/minimal/qt_attribution.json \
testdata/good/complete/qt_attribution.json \
testdata/good/expected.json \
testdata/good/expected.error \
testdata/warnings/incomplete/qt_attribution.json \
testdata/good/variants/qt_attribution_test.json \
testdata/good/variants/expected.json \
testdata/good/variants/expected.error \
testdata/warnings/incomplete/expected.json \
testdata/warnings/incomplete/expected.error \
testdata/warnings/unknown/qt_attribution.json \
testdata/warnings/unknown/expected.json \
testdata/warnings/unknown/expected.error
TARGET = tst_qtattributionsscanner
SOURCES += tst_qtattributionsscanner.cpp
|