mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix for Qt
This commit is contained in:
parent
2f43a7e091
commit
13f1acf80e
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue