mirror of https://github.com/qt/qthttpserver.git
Don't depend on QtGui
Change-Id: I1d3f51d6694a4fa050b6e716b814df17b0c39fc9 Reviewed-by: Mikhail Svetkin <mikhail.svetkin@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
This commit is contained in:
parent
2e7a824526
commit
da100c110a
|
@ -1,7 +1,7 @@
|
|||
TARGET = QtHttpServer
|
||||
INCLUDEPATH += .
|
||||
|
||||
QT += network core-private
|
||||
QT = network core-private
|
||||
|
||||
qtHaveModule(websockets): QT += websockets-private
|
||||
|
||||
|
|
Loading…
Reference in New Issue