mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Changed order of samples directory, started with aviation classes.
This commit is contained in:
@@ -45,11 +45,14 @@ HEADERS += \
|
||||
pqpressure.h \
|
||||
pqtemperature.h \
|
||||
pqconstants.h \
|
||||
avverticalposition.h \
|
||||
pqunits.h \
|
||||
pqallquantities.h \
|
||||
pqlength.h \
|
||||
pqtime.h
|
||||
pqtime.h \
|
||||
avheading.h \
|
||||
avtrack.h \
|
||||
avaltitude.h \
|
||||
avverticalpositions.h
|
||||
|
||||
SOURCES += \
|
||||
logmessage.cpp \
|
||||
@@ -73,6 +76,9 @@ SOURCES += \
|
||||
pqphysicalquantity.cpp \
|
||||
pqbase.cpp \
|
||||
pqunits.cpp \
|
||||
avverticalposition.cpp
|
||||
avheading.cpp \
|
||||
avtrack.cpp \
|
||||
avaltitude.cpp \
|
||||
avverticalpositions.cpp
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
Reference in New Issue
Block a user