From 897d3d78b91acff0d9cccca732b538c482bffa61 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 31 Jan 2021 15:15:14 +0100 Subject: 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). --- Documentation/UsingQtCreator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/UsingQtCreator.md b/Documentation/UsingQtCreator.md index e7b98e4a02..2a0646f316 100644 --- a/Documentation/UsingQtCreator.md +++ b/Documentation/UsingQtCreator.md @@ -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/ -- cgit v1.2.3