[Fix] Removed BattleSys stuff from Qt project for now.
This commit is contained in:
parent
b3ec9673a5
commit
348d91cc4d
@ -8,7 +8,7 @@ LIBS += -lGL \
|
|||||||
-ltinyxml \
|
-ltinyxml \
|
||||||
-lSDL_mixer \
|
-lSDL_mixer \
|
||||||
-lSDL_ttf
|
-lSDL_ttf
|
||||||
win32: {
|
win32: {
|
||||||
LIBS -= -lGL \
|
LIBS -= -lGL \
|
||||||
-lGLU
|
-lGLU
|
||||||
LIBS += -lkernel32 \
|
LIBS += -lkernel32 \
|
||||||
@ -65,8 +65,7 @@ HEADERS += ../src/Actor/Player.h \
|
|||||||
../src/Animation/AnimatingSprite.h \
|
../src/Animation/AnimatingSprite.h \
|
||||||
../src/UI/Menu.h \
|
../src/UI/Menu.h \
|
||||||
../src/UI/Button.h \
|
../src/UI/Button.h \
|
||||||
../src/Main/TitleScreen.h \
|
../src/Main/TitleScreen.h
|
||||||
../src/BattleSys/HUB.h
|
|
||||||
SOURCES += ../src/Actor/Player.cpp \
|
SOURCES += ../src/Actor/Player.cpp \
|
||||||
../src/Collision/AABB.cpp \
|
../src/Collision/AABB.cpp \
|
||||||
../src/Global/Globals.cpp \
|
../src/Global/Globals.cpp \
|
||||||
@ -107,4 +106,3 @@ SOURCES += ../src/Actor/Player.cpp \
|
|||||||
../src/UI/Menu.cpp \
|
../src/UI/Menu.cpp \
|
||||||
../src/UI/Button.cpp \
|
../src/UI/Button.cpp \
|
||||||
../src/Main/TitleScreen.cpp \
|
../src/Main/TitleScreen.cpp \
|
||||||
../src/BattleSys/HUB.cpp
|
|
||||||
|
Loading…
Reference in New Issue
Block a user