Developing QGC on Qt | Building QGroundControl Application
Declaration :
QGC App is based on Qt Ecosystem ,,.. not Android Studio.
QML : GUI Design ,..... QML is a JavaScript variable.
C++ : Logic
Tools :
Git & Github pre-installed
Qt Creator :
Qt Version 5.15
Qt Creator Version 4.12
DroneCode
Slack
Step 1:
Go to Desktop(Windows) > Right Click > Git Bash here >
., it will open cmd like interface
>Paste this : $ git clone https://github.com/mavlink/qgroundcontrol.git --single-branch - -branch Stable_V4.2
wait : When we paste this this link, it will paste something else code in bigenning & last of the code
so clearly check it & eleminate it.
,.... it will download source code in a folder on Desktop.
After a lot of fatal error and facings \
Open qgroundcontrol Folder > Right - Click > Bash here
Run Command $ git status
,,... it will show On branch..........
vvi : Run Command to update MAVlink Folder
$ git submodule init && git submodule update
2.) After Downloading
- Qt Creator > Open Project > go to qgroundcontrol> open .... .pro file in the bottom of the list > Now Configure it> Play ...from left bottom side
3.) I will Visual studio 2017 error
How to configure Visual Studio in qt Creator : Click Here
Comments
Post a Comment