Skip to content

Commit

Permalink
Meta: Tweak QtCreator .files sync script to include .idl files
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jun 20, 2020
1 parent 94cf1f0 commit fbfae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/refresh-serenity-qtcreator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ then echo "Serenity root not set. Please set environment variable first. E.g. ex
fi

cd "$SERENITY_ROOT" || exit 1
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files

0 comments on commit fbfae03

Please sign in to comment.