1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Add missing xml dependency

This commit is contained in:
Elias Steurer 2023-02-04 12:01:07 +01:00
parent 2b5d990c7c
commit dbd92317ee

View File

@ -261,6 +261,7 @@ find_package(
Widgets
WebSockets
Svg
Xml
LinguistTools
Test)
@ -284,6 +285,7 @@ qt_add_qml_module(
${HEADER}
RESOURCES
${RESOURCES})
target_link_libraries(
ScreenPlayApp
PUBLIC ScreenPlaySDK
@ -295,6 +297,7 @@ target_link_libraries(
Qt6::WebSockets
Qt6::Svg
Qt6::QuickControls2
Qt6::Xml
ScreenPlayUtil
ScreenPlayUtilplugin
QArchive