From 36782624040fd671be1a5e93ba175f7a8be00989 Mon Sep 17 00:00:00 2001 From: Mike Wang Date: Thu, 13 Jul 2023 13:29:52 +0000 Subject: [PATCH] Fix compilation failure caused by some non-ascii characters #3481 --- OpenRGB.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRGB.pro b/OpenRGB.pro index daf50a78..8b1ac3bd 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -1544,6 +1544,7 @@ FORMS += #-----------------------------------------------------------------------------------------------# # Windows-specific Configuration # #-----------------------------------------------------------------------------------------------# +win32:QMAKE_CXXFLAGS += /utf-8 win32:INCLUDEPATH += \ dependencies/display-library/include \ dependencies/hidapi \