summaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-OSX-packages.md
AgeCommit message (Collapse)Author
2025-04-07Fix link to "Building Fancy DMG Images on Mac OS X"Heikki Rauhala
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-07-14docs: add some function linkification in code snippetsEli Schwartz
Let people easily find the documentation for concepts we are trying to teach.
2022-05-16Update Creating-OSX-packages.mdAdel Kara Slimane
Qt offers a tool to automatize most of what needs to be done regarding its libraries.
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-01-06docs: An error in an external link has been fixed [skip ci]FlyingPiMonster
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-05-01docs: replace occurences of set_install_script()Ernestas Kulik
The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com>
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.