Commit 8a5392c2 authored by Don Gagne's avatar Don Gagne

Missing -r on qmake command line

parent c2082c81
......@@ -86,7 +86,7 @@ If you get this error when running qgroundcontrol: /usr/lib/x86_64-linux-gnu/lib
#### Build QGroundControl
1. Change directory to you `qgroundcontrol` source directory.
2. Run `qmake`
2. Run `qmake -r qgroundcontrol.pro`
3. Run `make`
### Build on Windows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment