diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-18 03:15:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-18 03:15:56 (GMT) |
commit | 00d012f3f2d8971d277a6177d6d707cf31e155f4 (patch) | |
tree | b15ede8c15df318e16bfb84a8af58ab9c16150db /tools/linguist/lupdate/lupdate.pro | |
parent | 3e5c94c368c261190992b9c0f8b4223c35ede407 (diff) | |
download | Qt-00d012f3f2d8971d277a6177d6d707cf31e155f4.zip Qt-00d012f3f2d8971d277a6177d6d707cf31e155f4.tar.gz Qt-00d012f3f2d8971d277a6177d6d707cf31e155f4.tar.bz2 |
Start work on translation support in Qml.
Added basic support for qsTr in Qml, both in the engine and in lupdate.
Diffstat (limited to 'tools/linguist/lupdate/lupdate.pro')
-rw-r--r-- | tools/linguist/lupdate/lupdate.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/linguist/lupdate/lupdate.pro b/tools/linguist/lupdate/lupdate.pro index ccc2d47..283d69f 100644 --- a/tools/linguist/lupdate/lupdate.pro +++ b/tools/linguist/lupdate/lupdate.pro @@ -15,6 +15,9 @@ build_all:!build_pass { include(../shared/formats.pri) include(../shared/proparser.pri) +include($$QT_SOURCE_TREE/src/declarative/qml/parser/parser.pri) +INCLUDEPATH += $$QT_SOURCE_TREE/src/declarative/qml + SOURCES += \ main.cpp \ merge.cpp \ @@ -23,6 +26,7 @@ SOURCES += \ cpp.cpp \ java.cpp \ qscript.cpp \ + qml.cpp \ ui.cpp HEADERS += \ |