summaryrefslogtreecommitdiffstats
path: root/CrServerManager.pro
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2015-01-04 13:57:11 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2015-01-04 13:57:11 +0100
commitfbe3c5fbe1327fd81e2eb8fe30a75c4cf5d7b35c (patch)
tree02c7bd3f23e18ffcd2d75257ab215e87ead72c96 /CrServerManager.pro
parenta92aea252411f86657081587633a88083a3b14a9 (diff)
downloadmanager-fbe3c5fbe1327fd81e2eb8fe30a75c4cf5d7b35c.tar.gz
manager-fbe3c5fbe1327fd81e2eb8fe30a75c4cf5d7b35c.zip
Cleanup completed. New Interface based system.
Diffstat (limited to 'CrServerManager.pro')
-rw-r--r--CrServerManager.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/CrServerManager.pro b/CrServerManager.pro
index da55d93..40f76a6 100644
--- a/CrServerManager.pro
+++ b/CrServerManager.pro
@@ -21,8 +21,9 @@ SOURCES += main.cpp \
crsm.cpp
HEADERS += \
- crsm.h \
- ClientInfo.hpp
+ CmdFunctionRef.hpp \
+ ClientInfo.hpp \
+ crsm.hpp
equals(QT_ARCH, "x86_64"):linux-*: DEFINES += Q_OS_LINUX64
QMAKE_CXXFLAGS *= -std=c++11