This commit is contained in:
doitux
2007-01-28 01:28:19 +00:00
parent bb90e6a0bf
commit 09c6d95eae
7 changed files with 2233 additions and 2204 deletions
+6 -4
View File
@@ -40,7 +40,8 @@ HEADERS += tinystr.h \
riverinterface.h \
enginefactory.h \
localenginefactory.h \
startsplash.h
startsplash.h \
mycardspixmaplabel.h
SOURCES += pokerth.cpp \
tinystr.cpp \
tinyxml.cpp \
@@ -74,12 +75,13 @@ SOURCES += pokerth.cpp \
riverinterface.cpp \
enginefactory.cpp \
localenginefactory.cpp \
startsplash.cpp
startsplash.cpp \
mycardspixmaplabel.cpp
TEMPLATE = vcapp
RESOURCES = src/gui/qt/deck.qrc
TEMPLATE = app
DEPENDPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/startsplash src/engine src/engine/local_engine src/engine/network_engine
INCLUDEPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/startsplash src/engine src/engine/local_engine src/engine/network_engine
DEPENDPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/startsplash src/gui/qt/cards src/engine src/engine/local_engine src/engine/network_engine
INCLUDEPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/startsplash src/gui/qt/cards src/engine src/engine/local_engine src/engine/network_engine
CONFIG += qt release
UI_DIR = uics
TARGET = bin/pokerth