simplechat.pro Example File

simplechat/simplechat.pro

  QT       += core websockets
  QT       -= gui

  TARGET = chatserver
  CONFIG   += console
  CONFIG   -= app_bundle

  TEMPLATE = app

  SOURCES += \
      main.cpp \
      chatserver.cpp

  HEADERS += \
      chatserver.h

  OTHER_FILES += *.html