mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-02 04:20:28 +00:00
Meta: Add the script I use to refresh my Qt Creator project files
This commit is contained in:
parent
5122caf9a8
commit
37d30d7b2b
Notes:
sideshowbarker
2024-07-19 12:40:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/37d30d7b2b2
1 changed files with 4 additions and 0 deletions
4
Meta/refresh-serenity-qtcreator.sh
Executable file
4
Meta/refresh-serenity-qtcreator.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $SERENITY_ROOT
|
||||
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.h' -or -name '*.S' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ > serenity.files
|
Loading…
Reference in a new issue