This commit is contained in:
+7
-4
@@ -52,7 +52,8 @@ HEADERS += tinystr.h \
|
||||
genericsocket.h \
|
||||
socket_helper.h \
|
||||
socket_msg.h \
|
||||
socket_startup.h
|
||||
socket_startup.h \
|
||||
thread.h
|
||||
SOURCES += pokerth.cpp \
|
||||
tinystr.cpp \
|
||||
tinyxml.cpp \
|
||||
@@ -94,15 +95,17 @@ SOURCES += pokerth.cpp \
|
||||
socket_startup.cpp \
|
||||
clientstate.cpp \
|
||||
clientthread.cpp \
|
||||
socket_helper_cmn.cpp
|
||||
socket_helper_cmn.cpp \
|
||||
thread.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/mainwindow/startsplash src/gui/qt/mainwindow src/gui/qt/aboutpokerth src/gui/qt/joinnetworkgamedialog src/gui/qt/connecttoserverdialog src/gui/qt/newlocalgamedialog src/gui/qt/settingsdialog src/gui/qt/log src/engine src/engine/local_engine src/net src/net/common src/net/linux/
|
||||
INCLUDEPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/mainwindow/startsplash src/gui/qt/mainwindow src/gui/qt/aboutpokerth src/gui/qt/joinnetworkgamedialog src/gui/qt/connecttoserverdialog src/gui/qt/newlocalgamedialog src/gui/qt/settingsdialog src/gui/qt/log src/engine src/engine/local_engine src/net src/net/common src/net/linux/
|
||||
DEPENDPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/mainwindow/startsplash src/gui/qt/mainwindow src/gui/qt/aboutpokerth src/gui/qt/joinnetworkgamedialog src/gui/qt/connecttoserverdialog src/gui/qt/newlocalgamedialog src/gui/qt/settingsdialog src/gui/qt/log src/engine src/engine/local_engine src/net src/net/common src/net/linux/ src/core/
|
||||
INCLUDEPATH += . src uics src/config src/config/tinyxml src/gui src/gui/qt src/gui/qt/mainwindow/startsplash src/gui/qt/mainwindow src/gui/qt/aboutpokerth src/gui/qt/joinnetworkgamedialog src/gui/qt/connecttoserverdialog src/gui/qt/newlocalgamedialog src/gui/qt/settingsdialog src/gui/qt/log src/engine src/engine/local_engine src/net src/net/common src/net/linux/ src/core/
|
||||
CONFIG += qt release
|
||||
UI_DIR = uics
|
||||
TARGET = bin/pokerth
|
||||
MOC_DIR = mocs
|
||||
OBJECTS_DIR = obj
|
||||
QT +=
|
||||
LIBS += -lboost_thread-mt
|
||||
|
||||
Reference in New Issue
Block a user