mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
Ladybird: Clean up linked libraries
- Add Qt::Core, Qt::Gui, LibGfx, LibIPC, and LibJS to the ladybird target, remove LibGL, LibSoftGPU, and LibWebSocket - Add LibJS to the WebContent target, remove LibWebView - Order them properly :^) Regressed in https://github.com/SerenityOS/serenity/pull/15746. Fixes #108.
This commit is contained in:
parent
66c69654a6
commit
216192143e
2 changed files with 2 additions and 3 deletions
|
@ -20,4 +20,4 @@ qt_add_executable(WebContent ${WEBCONTENT_SOURCES})
|
|||
|
||||
target_include_directories(WebContent PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services/)
|
||||
target_include_directories(WebContent PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||
target_link_libraries(WebContent PRIVATE Qt::Core Qt::Network Qt::Gui LibCore LibIPC LibGfx LibWebView LibWebSocket LibWeb LibMain)
|
||||
target_link_libraries(WebContent PRIVATE Qt::Core Qt::Gui Qt::Network LibCore LibGfx LibIPC LibJS LibMain LibWeb LibWebSocket)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue