import local repo
This commit is contained in:
Executable
+72
@@ -0,0 +1,72 @@
|
||||
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt.
|
||||
# -------------------------------------------
|
||||
# Unterordner relativ zum Projektordner: .
|
||||
# Das Target ist eine Anwendung: bin/pokerth
|
||||
|
||||
INSTALLS += TARGET
|
||||
TARGET.files += bin/*
|
||||
TARGET.path = /usr/bin/
|
||||
FORMS += mainwindow.ui \
|
||||
aboutpokerth.ui \
|
||||
newgamedialog.ui
|
||||
HEADERS += mainwindowimpl.h \
|
||||
newgamedialogimpl.h \
|
||||
aboutpokerthimpl.h \
|
||||
log.h \
|
||||
guiinterface.h \
|
||||
guiwrapper.h \
|
||||
session.h \
|
||||
game.h \
|
||||
localhand.h \
|
||||
localboard.h \
|
||||
localplayer.h \
|
||||
cardsvalue.h \
|
||||
localpreflop.h \
|
||||
localflop.h \
|
||||
localturn.h \
|
||||
localriver.h \
|
||||
tools.h \
|
||||
handinterface.h \
|
||||
playerinterface.h \
|
||||
boardinterface.h \
|
||||
preflopinterface.h \
|
||||
flopinterface.h \
|
||||
turninterface.h \
|
||||
riverinterface.h
|
||||
|
||||
SOURCES += pokerth.cpp \
|
||||
mainwindowimpl.cpp \
|
||||
newgamedialogimpl.cpp \
|
||||
aboutpokerthimpl.cpp \
|
||||
log.cpp \
|
||||
guiinterface.cpp \
|
||||
guiwrapper.cpp \
|
||||
session.cpp \
|
||||
game.cpp \
|
||||
localhand.cpp \
|
||||
localboard.cpp \
|
||||
localplayer.cpp \
|
||||
cardsvalue.cpp \
|
||||
localpreflop.cpp \
|
||||
localflop.cpp \
|
||||
localturn.cpp \
|
||||
localriver.cpp \
|
||||
tools.cpp \
|
||||
handinterface.cpp \
|
||||
playerinterface.cpp \
|
||||
boardinterface.cpp \
|
||||
preflopinterface.cpp \
|
||||
flopinterface.cpp \
|
||||
turninterface.cpp \
|
||||
riverinterface.cpp
|
||||
|
||||
RESOURCES = deck.qrc
|
||||
TEMPLATE = app
|
||||
DEPENDPATH += src uics src/gui src/engine_interfaces src/local_engine src/network_engine
|
||||
INCLUDEPATH += . src uics src/gui src/engine_interfaces src/local_engine src/network_engine
|
||||
CONFIG += qt release
|
||||
UI_DIR = uics
|
||||
TARGET = bin/pokerth
|
||||
MOC_DIR = mocs
|
||||
OBJECTS_DIR = obj
|
||||
QT += qt3support
|
||||
Reference in New Issue
Block a user