From c8efeea9b390f70f1a262cb59a672244c49804bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Thu, 4 Jan 2024 17:45:36 +0100 Subject: [PATCH] Update build instructions to Qt6 --- Documentation/DeveloperInfo/BuildAndFlash.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DeveloperInfo/BuildAndFlash.md b/Documentation/DeveloperInfo/BuildAndFlash.md index d3d5221..57ba1ff 100644 --- a/Documentation/DeveloperInfo/BuildAndFlash.md +++ b/Documentation/DeveloperInfo/BuildAndFlash.md @@ -17,8 +17,8 @@ Creating all the different parts from the source code requires quite a few tools * Build the application: * either: ``` - cd Software/PC_Application - qmake + cd Software/PC_Application/LibreVNA-GUI + qmake6 make ``` * or: