Beat Küng
c716fbb283
QGCExternalLibs.pri: switch to all mavlink dialect by default
...
This allows to use messages from development.xml
2 years ago
Don Gagne
7b49824ab0
Remove noisy qmake output
2 years ago
Don Gagne
d8ff5522dc
Remove AirMap support ( #10726 )
...
Airmap platform SDK is no longer supported by Airmap
2 years ago
Harsh Mittal
569e36e755
Used NO_ARDUPILOT_DIALECT for RangeFinder Message Callback
2 years ago
Harsh Mittal
6d20021b28
Ardupilotmega flag added
2 years ago
Remek Zajac
7d801ad245
Addressing review comments: s/arm64/arm64-v8a
...
https://github.com/airmap/platform-sdk/issues/182#issuecomment-1258188025
qmake on aarch64 linux says: 'arm64' and not 'arm64-v8a' like Android does.
2 years ago
Remek Zajac
aa0bb2db3a
Unfortunatelly no support on Android yet. Android won't link.
...
But this https://github.com/airmap/platform-sdk/issues/182
confirms the published platform-sdk binaries do build/link for ArchLinuxARM
2 years ago
Remek Zajac
ecd3ae2004
Migrate the QGC build system to the upgraded (aarch64-supporting) AirMap
...
All I do here is ask qmake for the architecture and use it to download
the correct *.deb package. The rest of the changes is simply indentation.
I do not have an aarch64 linux so testing against Android NDK.
clang is slightly more picky with the unused 'this' captured by the
Airmap/services/*.cpp files
2 years ago
Beat Küng
5e6b77db85
UI: add health and arming check reporting UI
3 years ago
Thomas Karl Pietrowski
75a8fb81a1
QGCExternalLibs: Download with Curl and use AIRMAP_PLATFORM_SDK_FILEPATH
...
Using Curl instead of Wget since I personally have the feeling that is is more widely available as Wget.
Additionally, cleaning up the usage of AIRMAP_PLATFORM_SDK_FILENAME and using AIRMAP_PLATFORM_SDK_FILEPATH instead with an absolute path.
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
3 years ago
Patrick José Pereira
0a6e4deed1
QGCExternalLibs: Add qmdnsengine
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
jennerl
e5441392b8
updated temp dir to unpack airmap platform-sdk
4 years ago
jennerl
a578d42b6a
Update QGCExternalLibs.pri
4 years ago
jennerl
5146ae2ef3
Update QGCExternalLibs.pri
4 years ago
jennerl
587a8c67bc
updated lib references; renaming and replacing calls dispatched to platform-sdk code
4 years ago
jennerl
c0e5446cb4
moved QT-interfacing code from AirMap's platform-sdk lib into QGC
4 years ago
DonLakeFlyer
76dec5f72e
Fix libevents build failure
4 years ago
Beat Küng
de44dba05d
mavlink: add events interface protocol
4 years ago
Thomas Karl Pietrowski
4f90d53f10
QCGExternalLibs: Getting independent of dpkg
...
Basically unextracting the deb-file with ar and tar as dpkg would do, too.
This is more handy if you are in a non-Debian environment or very minimal one.
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
4 years ago
jennerl
f1566dc1e4
updated airmap lib configuration
4 years ago
jennerl
a861310135
changed make target
4 years ago
jennerl
02c4f91725
moved conditional logic around download/install into make (vs. qmake)
4 years ago
jennerl
03a25974b3
no longer removing lib and header dirs as part of install as we use that as the target dependency trigger
4 years ago
jennerl
c918b71c12
updates per PR comments
4 years ago
jennerl
11822081e3
comment cleanup
4 years ago
jennerl
cef0b784fe
created extra qmake target for AirMap installation
4 years ago
jennerl
c1e31eefbf
created install target for platform_sdk and updated location for qmake to locate installed files
4 years ago
jennerl
53eff304ca
better reference to current dir
4 years ago
jennerl
a2e836576e
fixed INCLUDEPATH
4 years ago
jennerl
48494b123e
modified include directory
4 years ago
jennerl
b788597949
turned off debug output; quotes to escape system commands and expanded variables
4 years ago
jennerl
761f443ee3
download and unpack a .deb for airmap support on linux
4 years ago
Beat Küng
050961bf43
libs: add xz-embedded lzma decoding library
...
Using a mirror, because CI had problems cloning from the
original source:
gnutls_handshake() failed: Handshake failed
4 years ago
DonLakeFlyer
0d141098ea
Fix Windows GZip linking
5 years ago
Oleg
ef28e04351
Fix zlib setup on Windows
5 years ago
DonLakeFlyer
aa70cf6b4c
Fix zlib setup
5 years ago
DonLakeFlyer
7e42330d80
Make zlib work on Windows
5 years ago
DonLakeFlyer
5e1e48f00a
Support for gzip version of ArduPilot manifest
5 years ago
DonLakeFlyer
8eb9c53c80
Get XCode build working again
...
Remove unused FlightGear stuff
More work
More
More
More
More
Windows build updates
Linux fixes
Fix unit test run directory
5 years ago
DonLakeFlyer
4fccbc4b6a
Windows build updates
5 years ago
Matej Frančeškin
1d36547d3b
Remove reference to NXP NFC Library. Keep only QtNFC.
5 years ago
Gus Grubba
21c6252978
Update copyright date
5 years ago
Don Gagne
f17785b660
Android OpenSSL support
5 years ago
Don Gagne
51e836b9bf
Remove Android OpenSSL for now
5 years ago
DonLakeFlyer
5f208dd651
Move to 64 bit, MSVC 2017
5 years ago
Gus Grubba
73ea13a134
Add ROI option
5 years ago
Gus Grubba
19066fe30a
Windows build fix
...
Pairing not supported under Windows
Remove zlib dependency for Windows.
Fixes https://github.com/mavlink/qgroundcontrol/issues/7954
5 years ago
Don Gagne
091fd77e43
Better build files for android bitness including #define tagging
6 years ago
Don Gagne
962b06875e
Disable Pairing code on Android 64 bit builds
6 years ago
Don Gagne
4b88896863
Updates for Qt 5.12 and 64 bit
6 years ago