mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ladybird: Disable Qt autogeneration for ImageDecoder
This fixes the macOS Qt build.
This commit is contained in:
parent
f5771a5789
commit
bc6f19da0e
Notes:
sideshowbarker
2024-07-17 01:06:10 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/bc6f19da0e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
set(IMAGE_DECODER_SOURCE_DIR ${SERENITY_SOURCE_DIR}/Userland/Services/ImageDecoder)
|
||||
|
||||
set(CMAKE_AUTOMOC OFF)
|
||||
set(CMAKE_AUTORCC OFF)
|
||||
set(CMAKE_AUTOUIC OFF)
|
||||
|
||||
set(IMAGE_DECODER_SOURCES
|
||||
${IMAGE_DECODER_SOURCE_DIR}/ConnectionFromClient.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue