add SDLPlayer class
This commit is contained in:
+6
-2
@@ -13,6 +13,7 @@ INCLUDEPATH += . \
|
||||
src/engine/network_engine \
|
||||
src/config \
|
||||
src/core/tinyxml \
|
||||
src/sound \
|
||||
src/gui/qt \
|
||||
src/gui/qt/connecttoserverdialog \
|
||||
src/core \
|
||||
@@ -35,6 +36,7 @@ INCLUDEPATH += . \
|
||||
DEPENDPATH += . \
|
||||
src \
|
||||
src/config \
|
||||
src/sound \
|
||||
src/core \
|
||||
src/engine \
|
||||
src/gui \
|
||||
@@ -133,7 +135,8 @@ HEADERS += src/game.h \
|
||||
src/gui/qttoolsinterface.h \
|
||||
src/gui/qt/qttools/qttoolswrapper.h \
|
||||
src/gui/qt/qttools/qthelper/qthelper.h \
|
||||
src/gui/generic/serverguiwrapper.h
|
||||
src/gui/generic/serverguiwrapper.h \
|
||||
src/sound/sdlplayer.h
|
||||
FORMS += src/gui/qt/mainwindow.ui \
|
||||
src/gui/qt/aboutpokerth.ui \
|
||||
src/gui/qt/connecttoserverdialog.ui \
|
||||
@@ -225,7 +228,8 @@ SOURCES += src/game.cpp \
|
||||
src/gui/qttoolsinterface.cpp \
|
||||
src/gui/qt/qttools/qttoolswrapper.cpp \
|
||||
src/gui/qt/qttools/qthelper/qthelper.cpp \
|
||||
src/gui/generic/serverguiwrapper.cpp
|
||||
src/gui/generic/serverguiwrapper.cpp \
|
||||
src/sound/sdlplayer.cpp
|
||||
RESOURCES += src/gui/qt/resources.qrc
|
||||
TRANSLATIONS = ts/pokerth_de.ts \
|
||||
ts/pokerth_es.ts \
|
||||
|
||||
Reference in New Issue
Block a user