mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 13:50:00 +00:00
LibWebView: Make GNU Release build work again with LibCore
This commit is contained in:
parent
f2bf643558
commit
5dc60fc688
Notes:
github-actions[bot]
2025-12-05 14:07:49 +00:00
Author: https://github.com/rcorsi
Commit: 5dc60fc688
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7035
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ if (ENABLE_QT)
|
|||
|
||||
set_target_properties(LibWebViewQt PROPERTIES AUTOMOC ON AUTORCC OFF AUTOUIC OFF)
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core)
|
||||
target_link_libraries(LibWebViewQt PRIVATE LibCore)
|
||||
target_link_libraries(LibWebViewQt PUBLIC Qt::Core)
|
||||
if (WIN32)
|
||||
find_package(pthread REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue