Skip to content

Commit 5dc60fc

Browse files
rcorsitrflynn89
authored andcommitted
LibWebView: Make GNU Release build work again with LibCore
1 parent f2bf643 commit 5dc60fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/LibWebView/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ if (ENABLE_QT)
8989

9090
set_target_properties(LibWebViewQt PROPERTIES AUTOMOC ON AUTORCC OFF AUTOUIC OFF)
9191
find_package(Qt6 REQUIRED COMPONENTS Core)
92+
target_link_libraries(LibWebViewQt PRIVATE LibCore)
9293
target_link_libraries(LibWebViewQt PUBLIC Qt::Core)
9394
if (WIN32)
9495
find_package(pthread REQUIRED)

0 commit comments

Comments
 (0)