Buildfix for Qt

This commit is contained in:
Sacha 2013-04-20 01:12:03 +10:00
parent 2f43a7e091
commit 13f1acf80e
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \