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:
Ben Wiederhake 2021-01-31 15:15:14 +01:00 committed by Andreas Kling
parent 3e723ec177
commit 897d3d78b9
Notes: sideshowbarker 2024-07-18 22:31:15 +09:00

View file

@ -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/