0
|
1 |
load(qttest_p4)
|
|
2 |
|
|
3 |
QT += xml
|
|
4 |
|
|
5 |
HEADERS += \
|
|
6 |
tst_linguist.h \
|
|
7 |
../shared/translator.h
|
|
8 |
|
|
9 |
SOURCES += \
|
|
10 |
tst_linguist.cpp \
|
|
11 |
tst_lupdate.cpp \
|
|
12 |
tst_simtexth.cpp \
|
|
13 |
../shared/simtexth.cpp \
|
|
14 |
../shared/translator.cpp \
|
|
15 |
../shared/translatormessage.cpp \
|
|
16 |
../shared/xliff.cpp
|