From 0376e809f67298e24c430c9591a6fc42b2247ad9 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 17 May 2019 17:30:12 +1000 Subject: [PATCH] added translation generation in cmakelists --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14b90e19d..264c40276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -474,7 +474,8 @@ set(OLIVE_EFFECTS effects/shaders/wave.xml ) -qt5_add_translation(OLIVE_QM_FILES +qt5_create_translation(OLIVE_QM_FILES + ${CMAKE_SOURCE_DIR} ts/olive_ar.ts ts/olive_bs.ts ts/olive_cs.ts