mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
Ladybird: Disable Qt autogeneration for ImageDecoder
This fixes the macOS Qt build.
This commit is contained in:
parent
f5771a5789
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(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
|
set(IMAGE_DECODER_SOURCES
|
||||||
${IMAGE_DECODER_SOURCE_DIR}/ConnectionFromClient.cpp
|
${IMAGE_DECODER_SOURCE_DIR}/ConnectionFromClient.cpp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue