X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qstardict%2Ftranslations%2Ftranslations.pri;fp=qstardict%2Ftranslations%2Ftranslations.pri;h=1fd3374e85ade5e530b4f15957906de9ea3f72d4;hb=15ae4fc455d1171c3406300abf80a18014a61dff;hp=0000000000000000000000000000000000000000;hpb=a495e0bb50b65271284b6ded45b6b61bc9d8dc20;p=qstardict diff --git a/qstardict/translations/translations.pri b/qstardict/translations/translations.pri new file mode 100644 index 0000000..1fd3374 --- /dev/null +++ b/qstardict/translations/translations.pri @@ -0,0 +1,55 @@ +############################################################################# +# translations.pri - QStarDict, a StarDict clone written with using Qt # +# Copyright (C) 2008-2009 Alexander Rodin # +# # +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License along # +# with this program; if not, write to the Free Software Foundation, Inc., # +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # +############################################################################# + +TRANSLATIONS += \ +# qstardict-bg_BG.ts \ +# qstardict-cs_CZ.ts \ +# qstardict-de_DE.ts \ +# qstardict-es_ES.ts \ +# qstardict-fr_FR.ts \ +# qstardict-it_IT.ts \ +# qstardict-pl_PL.ts \ +# qstardict-pt_BR.ts \ +# qstardict-ru_RU.ts \ +# qstardict-ua_UA.ts \ +# qstardict-tr_TR.ts \ +# qstardict-zh_CN.ts \ +# qstardict-zh_TW.ts + +COMPILED_TRANSLATIONS += \ +# qstardict-bg_BG.qm \ +# qstardict-cs_CZ.qm \ +# qstardict-de_DE.qm \ +# qstardict-es_ES.qm \ +# qstardict-fr_FR.qm \ +# qstardict-it_IT.qm \ +# qstardict-pl_PL.qm \ +# qstardict-pt_BR.qm \ +# qstardict-ru_RU.qm \ +# qstardict-ua_UA.qm \ +# qstardict-tr_TR.qm \ +# qstardict-zh_CN.qm \ +# qstardict-zh_TW.qm +DISTFILES += $$COMPILED_TRANSLATIONS + +isEmpty(NO_TRANSLATIONS) { + for(t, COMPILED_TRANSLATIONS):translations.files += "translations/$${t}" + translations.path = $$TRANSLATIONS_DIR + INSTALLS += translations +}