summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/qtattributionsscanner.pro
blob: 9c17783e1886a17f54fcb76cead44542ee347018 (plain)
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