From de0841ab377c0b915099c3f423815b7937961fe2 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Fri, 21 Jun 2019 23:32:14 -0300 Subject: [PATCH] Readme --- custom-example/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 custom-example/README.md diff --git a/custom-example/README.md b/custom-example/README.md new file mode 100644 index 000000000..e7bc05a5f --- /dev/null +++ b/custom-example/README.md @@ -0,0 +1,5 @@ +# QGroundControl Ground Control Station + +## Custom Build Example + +To build this sample custom version, simply rename the directory from `custom-example` to `custom` before launching Qt Creator. The build system will automatically find anything in `custom` and incorporate into the build. If you had already run a build before renaming the directory, delete the build directory before running the build. To restore a stock QGroundControl build, rename it back to `custom-example`. -- 2.22.0