Fix translation error bug.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ win32-msvc* {
|
||||
LIBS += -ladvapi32 -lshell32 -lopengl32 -luser32
|
||||
} else {
|
||||
PRECOMPILED_HEADER = common/lc_global.h
|
||||
LIBS += -lz -lopengl32
|
||||
LIBS += -lz
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
|
||||
}
|
||||
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
<file>resources/leocad_pt.qm</file>
|
||||
<file>resources/leocad_ru.qm</file>
|
||||
<file>resources/leocad_uk.qm</file>
|
||||
<file>resources/leocad_zh_CN.qm</file>
|
||||
<file>resources/shaders/fakelit_color_ps.glsl</file>
|
||||
<file>resources/shaders/fakelit_color_vs.glsl</file>
|
||||
<file>resources/shaders/fakelit_texture_decal_ps.glsl</file>
|
||||
|
||||
Reference in New Issue
Block a user