File: dataprocessor.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 (13 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_dataprocessor

QT = testlib websockets-private

SOURCES += tst_dataprocessor.cpp

requires(qtConfig(private_tests))