From b46da5c2cb2980bd2fd843f9465c0387c2043883 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 20 Feb 2021 21:00:31 +0100 Subject: Meta: Make CMakeLists accessible to QtCreator We end up having to edit various CMakeLists.txt all the time, and having to open them in a different editor becomes old quite fast. --- Meta/refresh-serenity-qtcreator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Meta/refresh-serenity-qtcreator.sh') diff --git a/Meta/refresh-serenity-qtcreator.sh b/Meta/refresh-serenity-qtcreator.sh index 58750c8032..f89825b0a4 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' -or -name '*.json' -or -name '*.gml' \) -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' -or -name '*.gml' -or -name 'CMakeLists.txt' \) -print > serenity.files -- cgit v1.2.3