From 8a6d4b06f2291c363f3dea17837ed20893852453 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 9 Sep 2015 19:00:56 +0200 Subject: Cleanup repo with some directories --- CrServerManager.pro | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 CrServerManager.pro (limited to 'CrServerManager.pro') 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 -- cgit v1.2.3-54-g00ecf