#------------------------------------------------- # # Project created by QtCreator 2014-08-25T10:51:44 # #------------------------------------------------- QT += core websockets QT -= gui TARGET = WebSocketServerTest2 CONFIG += console c++11 CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ Server.cpp HEADERS += \ Server.hpp