From d2db0121611b3e8875be16488b2903d347eac257 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 24 Jun 2021 09:46:35 +0200 Subject: [PATCH] tutorial fixed --- doc/tutorials/03-writing-your-first-application.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/03-writing-your-first-application.asciidoc b/doc/tutorials/03-writing-your-first-application.asciidoc index ae40de36..d59b3363 100644 --- a/doc/tutorials/03-writing-your-first-application.asciidoc +++ b/doc/tutorials/03-writing-your-first-application.asciidoc @@ -21,7 +21,7 @@ Then we can build and install QSkinny to `/opt/qskinny` with the following comma cd /home/user/dev/ git clone https://github.com/uwerat/qskinny.git cd qskinny -PREFIX=/opt/qskinny qmake +PREFIX=/opt/qskinny qmake -r make sudo make install ....