summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/qtattributionsscanner.pro
blob: aa8442a88785eed519b42ad028319a56242220ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/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