mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
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:
parent
44cf457fd2
commit
079fdf50d4
Notes:
github-actions[bot]
2024-12-02 09:46:25 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/079fdf50d4e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2698
2 changed files with 5 additions and 5 deletions
|
@ -19,14 +19,14 @@ First, make sure you have a working toolchain and can build and run Ladybird. Go
|
|||
#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.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/
|
||||
Services/
|
||||
Build/release/
|
||||
Build/release/Libraries/
|
||||
Build/release/Services/
|
||||
Build/release/Lagom/Libraries/
|
||||
Build/release/Lagom/Services/
|
||||
Build/release/vcpkg_installed/x64-linux/include/skia/
|
||||
AK/
|
||||
```
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ fi
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue