mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
Documentation: Update QtCreator includes for Debug.h
Including 'Build/' is unfortunate, but this seems to be what everyone does, short of creating a symlink/hardlink from /AK/Debug.h to /Build/AK/Debug.h. This feels like a crutch, but it's a better crutch than having a workaround that could easily break or corrupt commits (i.e., the symlinks).
This commit is contained in:
parent
3e723ec177
commit
897d3d78b9
1 changed files with 3 additions and 1 deletions
|
@ -24,9 +24,11 @@ First, make sure you have a working toolchain and can build and run SerenityOS.
|
|||
Userland/Services/
|
||||
Userland/Libraries/
|
||||
Userland/Libraries/LibC/
|
||||
Userland/Libraries/LibPthread/
|
||||
Userland/Libraries/LibM/
|
||||
Userland/Libraries/LibPthread/
|
||||
Toolchain/Local/i686/i686-pc-serenity/include/c++/10.2.0
|
||||
Build/
|
||||
Build/Userland/
|
||||
Build/Userland/Services/
|
||||
Build/Userland/Libraries/
|
||||
AK/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue