diff options
author | Takumi ASAKI <takumi.asaki@nokia.com> | 2010-06-07 02:13:11 (GMT) |
---|---|---|
committer | Takumi ASAKI <takumi.asaki@nokia.com> | 2010-06-07 02:13:11 (GMT) |
commit | eba8e2c10c5bc1b373fdf7640962029cb2e7908f (patch) | |
tree | 868460b8ccfd19ba6ae8a00c1c673c6e1b11bbf5 /examples/ja_JP/linguist/hellotr/hellotr.pro | |
parent | e3ee3780777b07e6283a8b33cd4f7e1d56241d1c (diff) | |
download | Qt-eba8e2c10c5bc1b373fdf7640962029cb2e7908f.zip Qt-eba8e2c10c5bc1b373fdf7640962029cb2e7908f.tar.gz Qt-eba8e2c10c5bc1b373fdf7640962029cb2e7908f.tar.bz2 |
* Add Japanese tutorial documents
* Add Japanese hellotr example
Diffstat (limited to 'examples/ja_JP/linguist/hellotr/hellotr.pro')
-rw-r--r-- | examples/ja_JP/linguist/hellotr/hellotr.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/ja_JP/linguist/hellotr/hellotr.pro b/examples/ja_JP/linguist/hellotr/hellotr.pro new file mode 100644 index 0000000..3846bfb --- /dev/null +++ b/examples/ja_JP/linguist/hellotr/hellotr.pro @@ -0,0 +1,13 @@ +#! [0] +SOURCES = main.cpp +#! [0] #! [1] +TRANSLATIONS = hellotr_ja.ts +#! [1] + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr +sources.files = $$SOURCES *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |