File: qwebsocket.pro

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

QT = testlib websockets

TARGET = tst_qwebsocket

TEMPLATE = app

SOURCES += tst_qwebsocket.cpp