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

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

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 449 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/ui.cpp \
23 $$PWD/cpp.cpp \
24 $$PWD/java.cpp \
25 $$PWD/qscript.cpp \
26 $$PWD/xliff.cpp
Note: See TracBrowser for help on using the repository browser.