diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-06-12 01:56:58 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-06-12 01:56:58 +0200 |
| commit | 6dc0eddef4e743352c36ea8d90f684f8fd424559 (patch) | |
| tree | 0fc0ae294ad2821ffe7a076753ce0fd0e7faeafc /CrServerManager.pro | |
| parent | bbd9118633963232ad1f357cba4b99394d2f4f82 (diff) | |
| download | manager-6dc0eddef4e743352c36ea8d90f684f8fd424559.tar.gz manager-6dc0eddef4e743352c36ea8d90f684f8fd424559.zip | |
Added basic antiflood.
Release round admin when he is leaving, but he can regain it in a specified time.
Diffstat (limited to 'CrServerManager.pro')
| -rw-r--r-- | CrServerManager.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CrServerManager.pro b/CrServerManager.pro index d41e1c5..5323fea 100644 --- a/CrServerManager.pro +++ b/CrServerManager.pro @@ -12,7 +12,7 @@ TARGET = CrServerManager CONFIG += console CONFIG -= app_bundle -include(libcommuni/src/src.pri) +include(libcommuni/src/core/core.pri) TEMPLATE = app @@ -28,4 +28,4 @@ HEADERS += \ ProcessManager.hpp equals(QT_ARCH, "x86_64"):linux-*: DEFINES += Q_OS_LINUX64 -QMAKE_CXXFLAGS *= -std=c++11 +QMAKE_CXXFLAGS *= -std=c++11 -Wall -Wextra -Werror -Wunused |
