source: trunk/tools/linguist/shared/formats.pri

Last change on this file was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 365 bytes
Line 
1
2# infrastructure
3QT *= xml
4
5INCLUDEPATH *= $$PWD
6
7SOURCES += \
8 $$PWD/numerus.cpp \
9 $$PWD/translator.cpp \
10 $$PWD/translatormessage.cpp
11
12HEADERS += \
13 $$PWD/translator.h \
14 $$PWD/translatormessage.h
15
16# "real" formats readers and writers
17SOURCES += \
18 $$PWD/qm.cpp \
19 $$PWD/qph.cpp \
20 $$PWD/po.cpp \
21 $$PWD/ts.cpp \
22 $$PWD/xliff.cpp
Note: See TracBrowser for help on using the repository browser.