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

Merge remote-tracking branch 'origin/161-refactor-screenplaywallpaper-to-no-longer-inherit-from-basewindow' into 161-refactor-screenplaywallpaper-to-no-longer-inherit-from-basewindow

This commit is contained in:
Elias Steurer 2023-02-04 12:16:31 +01:00
commit c52e25a4b3

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