Merge pull request #1606 from DanWin/locale

Fix locale generation
This commit is contained in:
Lukas W
2015-01-12 14:31:30 +01:00

View File

@@ -103,7 +103,7 @@ ENDIF()
#
# rules for building localizations
#
FILE(GLOB lmms_LOCALES data/locale/*.ts)
FILE(GLOB lmms_LOCALES ${CMAKE_SOURCE_DIR}/data/locale/*.ts)
SET(ts_targets "")
SET(qm_targets "")
FOREACH(_ts_file ${lmms_LOCALES})