From 894c3e94ecd99bd8aeca9f43495e1d6e3cdafc9b Mon Sep 17 00:00:00 2001 From: gm-vm <54670603+gm-vm@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:05:11 +0200 Subject: [PATCH] qt: Add note about qmake6 --- openfortivpn-webview-qt/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/openfortivpn-webview-qt/README.md b/openfortivpn-webview-qt/README.md index 2bef6bb..715b52e 100644 --- a/openfortivpn-webview-qt/README.md +++ b/openfortivpn-webview-qt/README.md @@ -14,6 +14,7 @@ been tested with Qt 6.4.2. ### With qmake To build the application, go to the root of the project and run: ```shell +# If you installed Qt via a package manager, the binary may be qmake6. qmake . # There should now be a Makefile if qmake has succeeded make