summaryrefslogtreecommitdiffstats
path: root/CrServerManager.pro
diff options
context:
space:
mode:
Diffstat (limited to 'CrServerManager.pro')
-rw-r--r--CrServerManager.pro31
1 files changed, 0 insertions, 31 deletions
diff --git a/CrServerManager.pro b/CrServerManager.pro
deleted file mode 100644
index 5323fea..0000000
--- a/CrServerManager.pro
+++ /dev/null
@@ -1,31 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2013-07-05T17:31:49
-#
-#-------------------------------------------------
-
-QT += core
-
-QT -= gui
-
-TARGET = CrServerManager
-CONFIG += console
-CONFIG -= app_bundle
-
-include(libcommuni/src/core/core.pri)
-
-TEMPLATE = app
-
-
-SOURCES += main.cpp \
- crsm.cpp \
- ProcessManager.cpp
-
-HEADERS += \
- CmdFunctionRef.hpp \
- ClientInfo.hpp \
- crsm.hpp \
- ProcessManager.hpp
-
-equals(QT_ARCH, "x86_64"):linux-*: DEFINES += Q_OS_LINUX64
-QMAKE_CXXFLAGS *= -std=c++11 -Wall -Wextra -Werror -Wunused