diff options
Diffstat (limited to 'examples/linguist/hellotr/hellotr.pro')
-rw-r--r-- | examples/linguist/hellotr/hellotr.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/linguist/hellotr/hellotr.pro b/examples/linguist/hellotr/hellotr.pro new file mode 100644 index 0000000..c0065a4 --- /dev/null +++ b/examples/linguist/hellotr/hellotr.pro @@ -0,0 +1,11 @@ +#! [0] +SOURCES = main.cpp +#! [0] #! [1] +TRANSLATIONS = hellotr_la.ts +#! [1] + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr +sources.files = $$SOURCES *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr +INSTALLS += target sources |