0
|
1 |
|
|
2 |
# infrastructure
|
|
3 |
QT *= xml
|
|
4 |
|
|
5 |
INCLUDEPATH *= $$PWD
|
|
6 |
|
|
7 |
SOURCES += \
|
|
8 |
$$PWD/numerus.cpp \
|
|
9 |
$$PWD/translator.cpp \
|
|
10 |
$$PWD/translatormessage.cpp
|
|
11 |
|
|
12 |
HEADERS += \
|
|
13 |
$$PWD/translator.h \
|
|
14 |
$$PWD/translatormessage.h
|
|
15 |
|
|
16 |
# "real" formats readers and writers
|
|
17 |
SOURCES += \
|
|
18 |
$$PWD/qm.cpp \
|
|
19 |
$$PWD/qph.cpp \
|
|
20 |
$$PWD/po.cpp \
|
|
21 |
$$PWD/ts.cpp \
|
|
22 |
$$PWD/xliff.cpp
|