1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:57:36 +00:00

Ladybird: Remove macOS workaround for WebContent GUI interaction

This reverts commit 4dcdc3bd25.

Now that WebContent is a QCoreApplication, this workaround is no longer
needed.
This commit is contained in:
Timothy Flynn 2023-07-31 11:50:50 -04:00 committed by Andreas Kling
parent aa7ca80d7c
commit 1d59a62944
4 changed files with 0 additions and 37 deletions

View file

@ -19,10 +19,6 @@ set(WEBCONTENT_SOURCES
main.cpp
)
if (APPLE)
list(APPEND WEBCONTENT_SOURCES MacOSSetup.mm)
endif()
qt_add_executable(WebContent ${WEBCONTENT_SOURCES})
target_include_directories(WebContent PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services/)