From 3241e63f07c5fa493788897ddfb87a201205f621 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Sun, 3 Sep 2017 21:55:36 +0200 Subject: Initial CMake build system --- src/server/QXmppServerPlugin.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/server/QXmppServerPlugin.cpp (limited to 'src/server/QXmppServerPlugin.cpp') diff --git a/src/server/QXmppServerPlugin.cpp b/src/server/QXmppServerPlugin.cpp new file mode 100644 index 00000000..d723ee4d --- /dev/null +++ b/src/server/QXmppServerPlugin.cpp @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2017 The QXmpp developers + * + * Author: + * Niels Ole Salscheider + * + * Source: + * https://github.com/qxmpp-project/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + +#include "QXmppServerPlugin.h" + -- cgit v1.2.3