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:
parent
aa7ca80d7c
commit
1d59a62944
4 changed files with 0 additions and 37 deletions
|
@ -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/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue