Reduce project dependencies

Change-Id: Ic693da5fb70e3352a06ca4f42643ee3b1f7c2625
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Jesus Fernandez 2018-07-20 15:26:44 +02:00 committed by Jesus Fernandez
parent a35767dd84
commit 4fc73da284
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ CONFIG += testcase
TARGET = tst_qabstracthttpserver
SOURCES += tst_qabstracthttpserver.cpp
QT = core network network-private testlib httpserver
QT = httpserver testlib
qtHaveModule(websockets): QT += websockets