1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Remove windows only lib from global linkage

This commit is contained in:
Elias Steurer 2021-06-25 13:03:48 +02:00
parent 2448e9462e
commit 305026982a

View File

@ -58,7 +58,6 @@ target_link_libraries(
Qt${QT_VERSION_MAJOR}::Widgets
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::WebEngine
shcore.lib
ScreenPlaySDK
ScreenPlayUtil)