File: websocketframe.pro

package info (click to toggle)
qtwebsockets-opensource-src 5.3.2-5~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,060 kB
  • sloc: cpp: 7,671; makefile: 31; ansic: 21
file content (14 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_websocketframe

QT = core testlib websockets websockets-private

SOURCES += tst_websocketframe.cpp

requires(contains(QT_CONFIG, private_tests))
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0