diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 5192939ef249cc62da41bbd7d2b4426826d3fec5..0a61777fdfb20313e28b7dec0d67e97db18d5b98 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])