From ddc11b30138ea69254356b30f501b156ccc74429 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Wed, 10 Jan 2024 05:36:13 -0500 Subject: [PATCH] update docs to include reference to required Qt6 packages --- doc/tutorials/03-writing-your-first-application.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/03-writing-your-first-application.asciidoc b/doc/tutorials/03-writing-your-first-application.asciidoc index b0d86d5d3..8b8d09663 100644 --- a/doc/tutorials/03-writing-your-first-application.asciidoc +++ b/doc/tutorials/03-writing-your-first-application.asciidoc @@ -13,7 +13,8 @@ layout: docs In this chapter we will write a simple QSkinny application on Linux from scratch. As a prerequisite, a recent Qt version (>= 5.15) should be available. On debian bullseye we need to install these packages `build-essential cmake qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtdeclarative5-private-dev libqt5svg5-dev`. -For Qt6 you need the corresponding packages. +On Debian these packages need to be installed for Qt6: `build-essential cmake +qtbase6-dev qtbase6-private-dev qtdeclarative6-dev qtdeclarative6-private-dev libqt6svg-dev qt6-shadertools`. Then we can build and install QSkinny to `/opt/qskinny` with the following commands: