File: websockets.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-- 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += console
CONFIG += c++11
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_websockets

QT = core network websockets testlib

SOURCES += tst_websockets.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0