Deleted unnecessary files/directories

This commit is contained in:
Stian Selnes 2007-10-15 19:36:35 +00:00
parent b0afee3d60
commit 64bcebb6d7
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
######################################################################
# Automatically generated by qmake (2.01a) . 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