Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTM adapter V1 (https://github.com/Dronecode/utm-adapter) #15

Merged
merged 13 commits into from
Jun 24, 2024

Conversation

rpashchapur
Copy link
Collaborator

UTM adapter V1 (https://github.com/Dronecode/utm-adapter)

Description

In this PR the following things are done

  • CMake Build System Updated
  • Boost Dependencies Removed
  • QNetworkAccessManager
  • QML Resources Refreshed
  • Date-Time Bug Fixed
  • Refactor UI

Test Steps

To enable and build QGC with UTMSP Adapter support using cmake on CLI

  1. Make sure you cloned the repository and updated the submodules before, see chapter Source Code above and switch into the repository folder:
cd qgroundcontrol
  1. Configure:
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DQGC_UTM_ADAPTER=ON
  1. Build:
cmake --build build --config Debug
  1. Run the QGroundcontrol binary
./build/QGroundControl

Checklist:

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rpashchapur rpashchapur merged commit 346b338 into tiiuae:utm-adapter-upstream-v1 Jun 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants