Commit 89f666ec authored by Gus Grubba's avatar Gus Grubba

Update AirMap binaries

Attempt at producing a distributable binary (failed because of OpenSSL dependencies)
parent fb4f6051
......@@ -51,6 +51,10 @@ MacBuild {
QMAKE_POST_LINK += && rsync -a --delete $$BASEDIR/libs/lib/Frameworks $$DESTDIR/$${TARGET}.app/Contents/
# SDL2 Framework
QMAKE_POST_LINK += && install_name_tool -change "@rpath/SDL2.framework/Versions/A/SDL2" "@executable_path/../Frameworks/SDL2.framework/Versions/A/SDL2" $$DESTDIR/$${TARGET}.app/Contents/MacOS/$${TARGET}
# AirMap
contains (DEFINES, QGC_AIRMAP_ENABLED) {
QMAKE_POST_LINK += && rsync -a $$BASEDIR/libs/airmapd/macOS/Qt.5.9/* $$DESTDIR/$${TARGET}.app/Contents/Frameworks/
}
}
WindowsBuild {
......
libairmap-cpp.0.dylib
\ No newline at end of file
libairmap-cpp.0.0.1.dylib
\ No newline at end of file
......@@ -4,6 +4,8 @@
* Group rules jurisdictions
* Check if we really need libairmap-cpp.dylib
* ~Check rules sorting order. Repopulating QmlObjectListModel causes the repeater to show the contents in random order.~
* ~AirMapRestrictionManager seems to be incomplete (if not redundant). Shouldn't we use the array of AirSpace items returned by AirMapAdvisoryManager instead? In addition to the AirSpace object, it gives you a color to use in order of importance.~ See question below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment