add spanish to build targets

This commit is contained in:
Shinya Kitaoka 2016-04-13 18:36:25 +09:00
parent ff77c461d3
commit 69d9a8c3bb

View file

@ -208,7 +208,7 @@ if (MSVC AND MSVC_VERSION EQUAL 1800)
endif() endif()
# generate Qt translations and messages # generate Qt translations and messages
set(LANGUAGES japanese italian french) set(LANGUAGES japanese italian french spanish)
function(add_translation module) function(add_translation module)
set(translation) set(translation)