summaryrefslogtreecommitdiffstats
path: root/src/linguist/tests/tests.pro
blob: dc878bb793fb7cae02ab26584f80a016a20f2732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = tst_tests
CONFIG += testcase

QT += xml testlib

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