From cb4ce7143ab265eb723a4721d2a653e55bd3ad7c Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sun, 13 Mar 2022 08:25:32 +0100 Subject: [PATCH] add note --- readme-build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme-build.md b/readme-build.md index 6c8a031..fab7057 100644 --- a/readme-build.md +++ b/readme-build.md @@ -25,6 +25,11 @@ Build executable Currently still using qmake, will eventually be ported to CMake. +You probably want to create an alias for qmake, like: +``` +alias qmake='//bin/qmake' +``` + Please make sure you have both latest **ECL** (from development branch) and either **Qt5.15** or **Qt6** installed (see [readme-qt](readme-qt.md)).