104 lines
2.3 KiB
CMake
104 lines
2.3 KiB
CMake
#=============================================================================
|
|
# Mscore
|
|
# Linux Music Score Editor
|
|
# $Id:$
|
|
#
|
|
# Copyright (C) 2002-2008 by Werner Schweer and others
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License version 2.
|
|
#
|
|
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
#=============================================================================
|
|
|
|
install(FILES
|
|
mscore_af.qm
|
|
mscore_ar.qm
|
|
mscore_ast.qm
|
|
mscore_be.qm
|
|
mscore_bg.qm
|
|
mscore_ca.qm
|
|
mscore_cs.qm
|
|
mscore_da.qm
|
|
mscore_de.qm
|
|
mscore_el.qm
|
|
mscore_en_GB.qm
|
|
mscore_en_US.qm
|
|
mscore_eo.qm
|
|
mscore_es.qm
|
|
mscore_et.qm
|
|
mscore_eu.qm
|
|
mscore_fa.qm
|
|
mscore_fi.qm
|
|
mscore_fo.qm
|
|
mscore_fr.qm
|
|
mscore_gl.qm
|
|
mscore_he.qm
|
|
mscore_hi_IN.qm
|
|
mscore_hr.qm
|
|
mscore_hu.qm
|
|
mscore_id.qm
|
|
mscore_it.qm
|
|
mscore_ja.qm
|
|
mscore_ko.qm
|
|
mscore_lt.qm
|
|
mscore_nl.qm
|
|
mscore_nb.qm
|
|
mscore_pl.qm
|
|
mscore_pt.qm
|
|
mscore_pt_BR.qm
|
|
mscore_ro.qm
|
|
mscore_ru.qm
|
|
mscore_sk.qm
|
|
mscore_sl.qm
|
|
mscore_sr.qm
|
|
mscore_sv.qm
|
|
mscore_th.qm
|
|
mscore_tr.qm
|
|
mscore_uk.qm
|
|
mscore_vi.qm
|
|
mscore_zh_CN.qm
|
|
mscore_zh_TW.qm
|
|
languages.xml
|
|
qt_ar.qm
|
|
qt_ca.qm
|
|
qt_cs.qm
|
|
qt_da.qm
|
|
qt_de.qm
|
|
qt_el.qm
|
|
qt_es.qm
|
|
qt_eu.qm
|
|
qt_fa.qm
|
|
qt_fi.qm
|
|
qt_fr.qm
|
|
qt_gl.qm
|
|
qt_he.qm
|
|
qt_hu.qm
|
|
qt_id.qm
|
|
qt_it.qm
|
|
qt_ja.qm
|
|
qt_ko.qm
|
|
qt_lt.qm
|
|
qt_nl.qm
|
|
qt_pl.qm
|
|
qt_pt.qm
|
|
qt_pt_BR.qm
|
|
qt_ro.qm
|
|
qt_ru.qm
|
|
qt_sk.qm
|
|
qt_sv.qm
|
|
qt_tr.qm
|
|
qt_uk.qm
|
|
qt_vi.qm
|
|
qt_zh_CN.qm
|
|
qt_zh_TW.qm
|
|
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}locale
|
|
)
|
|
|