You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom-example/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ To build this sample custom version:
7
7
* Clean you build directory of any previous build
8
8
* Rename the directory from `custom-example` to `custom`
9
9
* Change to the `custom` directory
10
-
* Run `python updateqrc.py`
11
10
* Build QGC
12
11
13
12

@@ -23,5 +22,3 @@ The main features of this example:
23
22
* Customizes portions of the interface such as you can see in the above screenshot which shows a custom instrument widget replacing the standard QGC ui.
24
23
* It also overrides various QGC Application settings to hide some settings the users shouldn't modify as well as adjusting defaults for others.
25
24
* The source code is fully commented to explain what and why it is doing things.
26
-
27
-
> Important Note: This custom build is not automatically built each time regular QGC code changes. This can mean that it may fall out of date with the latest changes in QGC code. This can show up as the `python updateqrc.py` steps failing due to upstream resource changes. Or possibly fail to compile because the plugin mechanism for custom builds has changed. If this happens please notify the QGC devs and they will bring it up to date. Or even better, submit a pull for the fix yourself!
0 commit comments