summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-01-31 15:15:14 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-08 18:03:57 +0100
commit897d3d78b91acff0d9cccca732b538c482bffa61 (patch)
treeadba87adaf8208e32268071f33571834faaa9eee /Documentation
parent3e723ec1776d3734b30d0b5bf6daad86ba908a0a (diff)
downloadserenity-897d3d78b91acff0d9cccca732b538c482bffa61.zip
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).
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/UsingQtCreator.md4
1 files changed, 3 insertions, 1 deletions
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/