diff --git a/Qt/Common.pro b/Qt/Common.pro index 5ad334ca6e..f12b09b198 100755 --- a/Qt/Common.pro +++ b/Qt/Common.pro @@ -36,7 +36,6 @@ SOURCES += ../Common/ColorUtil.cpp \ ../Common/FileSearch.cpp \ ../Common/FileUtil.cpp \ ../Common/Hash.cpp \ - ../Common/IniFile.cpp \ ../Common/LogManager.cpp \ ../Common/MathUtil.cpp \ ../Common/MemArena.cpp \ @@ -55,7 +54,6 @@ HEADERS += ../Common/ChunkFile.h \ ../Common/FileSearch.h \ ../Common/FileUtil.h \ ../Common/Hash.h \ - ../Common/IniFile.h \ ../Common/LogManager.h \ ../Common/MathUtil.h \ ../Common/MemArena.h \ diff --git a/Qt/Native.pro b/Qt/Native.pro index 8506093fe2..cf6a179b99 100755 --- a/Qt/Native.pro +++ b/Qt/Native.pro @@ -70,6 +70,7 @@ SOURCES += ../native/audio/*.cpp \ ../native/gfx/texture_atlas.cpp \ ../native/gfx/texture_gen.cpp \ ../native/gfx_es2/*.cpp \ + ../native/i18n/*.cpp \ ../native/image/*.cpp \ ../native/input/gesture_detector.cpp \ ../native/json/json_writer.cpp \ @@ -108,6 +109,7 @@ HEADERS += ../native/audio/*.h \ ../native/gfx/texture_atlas.h \ ../native/gfx/texture_gen.h \ ../native/gfx_es2/*.h \ + ../native/i18n/*.h \ ../native/image/*.h \ ../native/input/gesture_detector.h \ ../native/input/input_state.h \