mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ladybird: Disable Qt autogeneration for ImageDecoder
This fixes the macOS Qt build.
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user