summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstracthttpserver/qabstracthttpserver.pro
blob: 1ba9e0e9617882af1fc995dfcb8ad481aa0a552c (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_qabstracthttpserver
SOURCES  += tst_qabstracthttpserver.cpp

QT = core network network-private testlib httpserver

qtHaveModule(websockets): QT += websockets