ladybird/Meta/gn/secondary/Ladybird/enable_qt.gni

4 lines
105 B
Text

declare_args() {
# Build the Ladybird application using the Qt UI.
enable_qt = current_os != "mac"
}