Deleted unnecessary files/directories
This commit is contained in:
parent
b0afee3d60
commit
64bcebb6d7
35
mancatux.pro
35
mancatux.pro
|
@ -1,35 +0,0 @@
|
||||||
######################################################################
|
|
||||||
# Automatically generated by qmake (2.01a) sř. okt. 14 20:36:22 2007
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
OBJECTS_DIR = obj
|
|
||||||
UI_DIR = src/gui/uic
|
|
||||||
MOC_DIR = src/gui/moc
|
|
||||||
TEMPLATE = app
|
|
||||||
TARGET = mancatux
|
|
||||||
DEPENDPATH += . src src/gui src/gui/uic
|
|
||||||
INCLUDEPATH += . src src/gui src/gui/uic
|
|
||||||
|
|
||||||
# Input
|
|
||||||
HEADERS += src/Board.h \
|
|
||||||
src/EngineFactory.h \
|
|
||||||
src/Game.h \
|
|
||||||
src/IEngine.h \
|
|
||||||
src/IGame.h \
|
|
||||||
src/KalahEngine.h \
|
|
||||||
src/Player.h \
|
|
||||||
src/Session.h \
|
|
||||||
src/gui/ClickLabel.h \
|
|
||||||
src/gui/GuiWrapper.h \
|
|
||||||
src/gui/Hole.h \
|
|
||||||
src/gui/MainWindow.h
|
|
||||||
FORMS += src/gui/MainWindow.ui
|
|
||||||
SOURCES += src/Board.cpp \
|
|
||||||
src/Game.cpp \
|
|
||||||
src/KalahEngine.cpp \
|
|
||||||
src/Main.cpp \
|
|
||||||
src/Player.cpp \
|
|
||||||
src/Session.cpp \
|
|
||||||
src/gui/ClickLabel.cpp \
|
|
||||||
src/gui/GuiWrapper.cpp \
|
|
||||||
src/gui/MainWindow.cpp
|
|
Loading…
Reference in New Issue