File: qwebsocket.pro

package info (click to toggle)
qtwebsockets-opensource-src 5.7.1~20161021-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,744 kB
  • ctags: 826
  • sloc: cpp: 8,412; makefile: 31; ansic: 21
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

QT       = core testlib websockets

TARGET = tst_qwebsocket

TEMPLATE = app

SOURCES += tst_qwebsocket.cpp