From 2b17d980cf1f585402a1f8fc4597bf8a1369548d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 14 Sep 2020 19:55:06 +0200 Subject: [PATCH] Meta: Include .json files in the Qt Creator refresh script --- Meta/refresh-serenity-qtcreator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/refresh-serenity-qtcreator.sh b/Meta/refresh-serenity-qtcreator.sh index cb056335010..c87ecd351ed 100755 --- a/Meta/refresh-serenity-qtcreator.sh +++ b/Meta/refresh-serenity-qtcreator.sh @@ -11,4 +11,4 @@ fi cd "$SERENITY_ROOT" -find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain -o -name Build \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' \) -print > serenity.files +find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain -o -name Build \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' -or -name '*.json' \) -print > serenity.files