summaryrefslogtreecommitdiff
path: root/Documentation/UsingQtCreator.md
AgeCommit message (Collapse)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-02-21Documentation: QtCreator likes BOMs, our linter doesn'tBen Wiederhake
2021-02-08Documentation: QtCreator and <syscall.h>Ben Wiederhake
2021-02-08Documentation: Update QtCreator includes for Debug.hBen Wiederhake
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).
2021-01-22Meta: Document QtCreator 'lic' auto-completeBen Wiederhake
2021-01-15Documentation: Make serenity.includes more easily copyableBen Wiederhake
2021-01-14Documentation: UsingQtCreator: Include Userland in includes pathsbcoles
2020-12-31Meta+Docs+CI: Require clang-format >= 11Linus Groh
2020-12-29Build: Support non-i686 toolchainsmeme
* Add SERENITY_ARCH option to CMake for selecting the target toolchain * Port all build scripts but continue to use i686 * Update GitHub Actions cache to include BuildIt.sh
2020-10-12Toolchain: Upgrade to GCC 10.2.0Andreas Kling
2020-09-07Documentation: Fixed minor typo in UsingQtCreatorJakob-Niklas See
2020-08-15Meta: Document QtCreator auto-format and compiler kitsBen Wiederhake
2020-08-06Documentation: Add a guide for setting up Qt CreatorValtteri Koskivuori
This was already in video form, but I figured it might be nice to have this here as well, to make it easier to discover.