Skip to content
Snippets Groups Projects
Commit 8a5392c2 authored by Don Gagne's avatar Don Gagne
Browse files

Missing -r on qmake command line

parent c2082c81
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment