diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2017-05-30 20:27:57 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2017-05-30 20:27:57 +0200 |
| commit | 8bd7d77ba07d84b7829201befe30c07b12c5568a (patch) | |
| tree | 5c0def8fc1e2a05d22891ec18c5e7ab173fb3401 /src/CrServerManager.pro | |
| parent | c20ac02beb8520953d90d0d9114371fe36187ed0 (diff) | |
| download | manager-8bd7d77ba07d84b7829201befe30c07b12c5568a.tar.gz manager-8bd7d77ba07d84b7829201befe30c07b12c5568a.zip | |
Move IngameChat functionality into its own ClonkOutputInterface
Diffstat (limited to 'src/CrServerManager.pro')
| -rw-r--r-- | src/CrServerManager.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CrServerManager.pro b/src/CrServerManager.pro index fbfd003..b5a3459 100644 --- a/src/CrServerManager.pro +++ b/src/CrServerManager.pro @@ -28,7 +28,8 @@ SOURCES += main.cpp \ ClonkInterface.cpp \ PatchedClonkParser.cpp \ CRSMSession.cpp \ - PatchedClonkControl.cpp + PatchedClonkControl.cpp \ + IrcIngameChat.cpp HEADERS += \ CmdFunctionRef.hpp \ @@ -46,7 +47,8 @@ HEADERS += \ ClonkInterface.hpp \ PatchedClonkParser.hpp \ CRSMSession.hpp \ - PatchedClonkControl.hpp + PatchedClonkControl.hpp \ + IrcIngameChat.hpp equals(QT_ARCH, "x86_64"):linux-*: DEFINES += Q_OS_LINUX64 QMAKE_CXXFLAGS *= -std=c++11 -Wall -Wextra -Werror -Wunused |
