mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Individual (per object) conversion as well as per unit (class) now possible, this is required for sexagesimal conversion (degrees) and will be required for geo-positions. Further classed for avionics.
This commit is contained in:
@@ -52,7 +52,10 @@ HEADERS += \
|
||||
avheading.h \
|
||||
avtrack.h \
|
||||
avaltitude.h \
|
||||
avverticalpositions.h
|
||||
avverticalpositions.h \
|
||||
aviobase.h \
|
||||
aviomodulator.h \
|
||||
aviocomsystem.h
|
||||
|
||||
SOURCES += \
|
||||
logmessage.cpp \
|
||||
@@ -79,6 +82,7 @@ SOURCES += \
|
||||
avheading.cpp \
|
||||
avtrack.cpp \
|
||||
avaltitude.cpp \
|
||||
avverticalpositions.cpp
|
||||
avverticalpositions.cpp \
|
||||
aviomodulator.cpp
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
Reference in New Issue
Block a user