Skip to content

Commit

Permalink
Link to libQuotient only when BUILD_SYNC is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jul 31, 2024
1 parent 0658f09 commit 29cd58e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,11 @@ target_link_libraries(astra PRIVATE
KF6::Archive
QCoro::Core
QCoro::Network
QCoro::Qml
QuotientQt6)
QCoro::Qml)
if (BUILD_SYNC)
target_link_libraries(astra PRIVATE QuotientQt6)
endif()

if (BUILD_WEBVIEW)
target_link_libraries(astra PRIVATE
Qt6::WebView
Expand Down

0 comments on commit 29cd58e

Please sign in to comment.