From b9f8fd9252f70b71998dc35c7b41e1c39bf75687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 12 Apr 2016 10:44:14 +0200 Subject: [PATCH] qgroundcontrol.pro: explain shadow build --- qgroundcontrol.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 5192939ef..0a61777fd 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -18,7 +18,7 @@ # ------------------------------------------------- exists($${OUT_PWD}/qgroundcontrol.pro) { - error("You must use shadow build.") + error("You must use shadow build (e.g. mkdir build; cd build; qmake ../qgroundcontrol.pro).") } message(Qt version $$[QT_VERSION]) -- 2.22.0