From 305095bda340a5e15d7c02687e42787dc3e733c1 Mon Sep 17 00:00:00 2001 From: ZoomTen Date: Mon, 8 Apr 2019 21:36:01 +0700 Subject: [PATCH] add olive_id to cmake list --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfb27145f..049bb19f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -423,6 +423,7 @@ qt5_add_translation(OLIVE_QM_FILES ts/olive_it.ts ts/olive_ru.ts ts/olive_sr.ts + ts/olive_id.ts ) set(OLIVE_TARGET "olive-editor")