1 2 3 4 5 6 7 8
include(../examples.pri) TARGET = example_8_server SOURCES += main.cpp \ xmppServer.cpp HEADERS += xmppServer.h