summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/qdefaultmaskgenerator/qdefaultmaskgenerator.pro
blob: c3b1046c7b9cb323f78ba8cedc3a4522381f0358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_defaultmaskgenerator

QT = core testlib websockets websockets-private

SOURCES += tst_defaultmaskgenerator.cpp

requires(qtConfig(private_tests))