mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:57:45 +00:00
Meta/gn: Move enable_qt arg into dedicated gni file
No behavior change.
This commit is contained in:
parent
82e85172e5
commit
9621e77a31
2 changed files with 5 additions and 5 deletions
4
Meta/gn/secondary/Ladybird/enable_qt.gni
Normal file
4
Meta/gn/secondary/Ladybird/enable_qt.gni
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare_args() {
|
||||
# Build the Ladybird application using the Qt chrome.
|
||||
enable_qt = current_os != "mac"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue