Meta+Documentation: Update config for QtCreator

We no longer use C or raw assembly (*.S), and generated include files
have moved to Build/release/Lagom/.
This commit is contained in:
Ben Wiederhake 2024-12-02 03:45:32 +01:00 committed by Sam Atkins
parent 44cf457fd2
commit 079fdf50d4
Notes: github-actions[bot] 2024-12-02 09:46:25 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -19,14 +19,14 @@ First, make sure you have a working toolchain and can build and run Ladybird. Go
#define SANITIZE_PTRS 1 #define SANITIZE_PTRS 1
``` ```
* Edit the `ladybird.cxxflags` file to say `-std=c++23 -fsigned-char -fconcepts -fno-exceptions -fno-semantic-interposition -fPIC` * Edit the `ladybird.cxxflags` file to say `-std=c++23 -fsigned-char -fconcepts -fno-exceptions -fno-semantic-interposition -fPIC`
* Edit the `ladybird.includes` file to list the following lines: * Edit the `ladybird.includes` file to list the following lines (adapt to the actual path of your skia folder):
``` ```
./ ./
Libraries/ Libraries/
Services/ Services/
Build/release/ Build/release/Lagom/Libraries/
Build/release/Libraries/ Build/release/Lagom/Services/
Build/release/Services/ Build/release/vcpkg_installed/x64-linux/include/skia/
AK/ AK/
``` ```

View file

@ -11,4 +11,4 @@ fi
cd "${LADYBIRD_SOURCE_DIR}" cd "${LADYBIRD_SOURCE_DIR}"
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 '*.in' -or -name '*.S' -or -name '*.css' -or -name '*.cmake' -or -name '*.json' -or -name '*.gml' -or -name 'CMakeLists.txt' \) -print > ladybird.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 '*.h' -or -name '*.in' -or -name '*.css' -or -name '*.cmake' -or -name '*.json' -or -name 'CMakeLists.txt' \) -print > ladybird.files