File: websockets.pro

package info (click to toggle)
qtwebsockets-opensource-src 5.15.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,536 kB
  • sloc: cpp: 9,455; makefile: 23; ansic: 21
file content (11 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_websockets

QT = websockets testlib

SOURCES += tst_websockets.cpp