From ab2b53e92c228eab754cad5ceba70f4038a4522f Mon Sep 17 00:00:00 2001 From: Nuno Ventura de Sousa <106471802+SomeMedtnerGuy@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:43:03 +0000 Subject: [PATCH] Create QtInstallation.md --- QtInstallation.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 QtInstallation.md diff --git a/QtInstallation.md b/QtInstallation.md new file mode 100644 index 0000000..c178b71 --- /dev/null +++ b/QtInstallation.md @@ -0,0 +1,7 @@ +# Steps to install Qt5 + +### This step was already done when I tried it +sudo apt install qt5-default + +### This step is only for Qt creator, probably not needed to run. Should check later if might be better to just install qt5 in laptop and work there, and delete the creator from here +sudo apt install qtcreator