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
|
---|
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/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.