1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Meta/gn/secondary/Ladybird/enable_qt.gni
2024-01-02 12:36:17 -05:00

4 lines
109 B
Text

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