summaryrefslogtreecommitdiffstats
path: root/src/linguist/tests/tests.pro
blob: a67725c46ddb28dfa7c83653cfd70e06fe084222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)

QT += xml

HEADERS += \
    tst_linguist.h \
    ../shared/translator.h

SOURCES +=  \
    tst_linguist.cpp \
    tst_lupdate.cpp \
    tst_simtexth.cpp \
    ../shared/simtexth.cpp \
    ../shared/translator.cpp \
    ../shared/translatormessage.cpp \
    ../shared/xliff.cpp