Browse Source

qgroundcontrol.pro: explain shadow build

QGC4.4
Beat Küng 9 years ago
parent
commit
b9f8fd9252
  1. 2
      qgroundcontrol.pro

2
qgroundcontrol.pro

@ -18,7 +18,7 @@ @@ -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])

Loading…
Cancel
Save