mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add missing WebSockets module
This commit is contained in:
parent
793b442051
commit
adfb82d542
@ -7,7 +7,7 @@ set(CMAKE_AUTOMOC ON)
|
||||
|
||||
find_package(
|
||||
Qt5
|
||||
COMPONENTS Quick QuickCompiler Widgets Gui WebEngine LinguistTools
|
||||
COMPONENTS Quick QuickCompiler Widgets Gui WebEngine LinguistTools WebSockets
|
||||
REQUIRED)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
@ -96,6 +96,7 @@ target_link_libraries(
|
||||
Qt5::Widgets
|
||||
Qt5::Core
|
||||
Qt5::WebEngine
|
||||
Qt5::WebSockets
|
||||
ScreenPlaySDK
|
||||
benchmark::benchmark
|
||||
benchmark::benchmark_main
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
#include <QVector>
|
||||
#include <QWebSocketServer>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user