From c9d36b1302dc5caf2d1db03e8fb284cbb2255ace Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 9 Jul 2020 15:13:21 +0000 Subject: cmake: translations deps handling, build translations as a library --- src/main/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main') diff --git a/src/main/main.cpp b/src/main/main.cpp index 18986409..d7788dc6 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -147,6 +147,8 @@ bool isOpenGL = true; int main(int argc, char *argv[]) { + Q_INIT_RESOURCE(translations); + // platform dependant settings #if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS) bool isDesktop = true; -- cgit v1.2.3