diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index 88f566052e..636e8d40f3 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -135,6 +135,7 @@ else() # neither iPhone nor Android http_thread_qt.hpp http_uploader_background_dummy.cpp http_uploader_dummy.cpp + locale_std.cpp platform_win.cpp secure_storage_dummy.cpp ) @@ -163,7 +164,7 @@ else() # neither iPhone nor Android http_thread_qt.hpp http_uploader_dummy.cpp http_uploader_background_dummy.cpp - locale_linux.cpp + locale_std.cpp platform_linux.cpp platform_unix_impl.cpp platform_unix_impl.hpp diff --git a/platform/locale_linux.cpp b/platform/locale_std.cpp similarity index 100% rename from platform/locale_linux.cpp rename to platform/locale_std.cpp