summaryrefslogtreecommitdiffstats
path: root/examples/ja_JP/linguist/hellotr/hellotr.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ja_JP/linguist/hellotr/hellotr.pro')
-rw-r--r--examples/ja_JP/linguist/hellotr/hellotr.pro13
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 0000000000..3aa6bdd15f
--- /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]/qtbase/linguist/hellotr
+sources.files = $$SOURCES *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)