mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Moved PQs from blackcore to blackmisc, added header for namespace, mainpage.dox for Doxygen
This commit is contained in:
@@ -5,7 +5,6 @@ TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
INCLUDEPATH += ..
|
||||
|
||||
DEPENDPATH += . ..
|
||||
|
||||
#PRECOMPILED_HEADER = stdpch.h
|
||||
@@ -17,6 +16,7 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += LOG_IN_FILE
|
||||
|
||||
HEADERS += \
|
||||
blackmisc.h \
|
||||
logmessage.h \
|
||||
log.h \
|
||||
display.h \
|
||||
@@ -26,22 +26,33 @@ HEADERS += \
|
||||
config_manager.h \
|
||||
serialize.h \
|
||||
com_client.h \
|
||||
com_handler.h \
|
||||
com_server.h \
|
||||
com_client_buffer.h \
|
||||
message.h \
|
||||
com_handler.h \
|
||||
message_factory.h \
|
||||
message_handler.h \
|
||||
type_info.h \
|
||||
message_dispatcher.h \
|
||||
message_system.h \
|
||||
gui_messages.h
|
||||
gui_messages.h \
|
||||
pqdistance.h \
|
||||
pqphysicalquantity.h \
|
||||
pqfrequency.h \
|
||||
pqbase.h \
|
||||
pqspeed.h \
|
||||
pqangle.h \
|
||||
pqmass.h \
|
||||
pqpressure.h \
|
||||
pqtemperature.h \
|
||||
pqconstants.h
|
||||
|
||||
SOURCES += \
|
||||
logmessage.cpp \
|
||||
log.cpp \
|
||||
display.cpp \
|
||||
debug.cpp \
|
||||
com_handler.cpp \
|
||||
context.cpp \
|
||||
config.cpp \
|
||||
config_manager.cpp \
|
||||
@@ -50,15 +61,20 @@ SOURCES += \
|
||||
com_server.cpp \
|
||||
com_client_buffer.cpp \
|
||||
message.cpp \
|
||||
com_handler.cpp \
|
||||
message_factory.cpp \
|
||||
message_handler.cpp \
|
||||
type_info.cpp \
|
||||
message_dispatcher.cpp \
|
||||
message_system.cpp
|
||||
message_system.cpp \
|
||||
pqdistance.cpp \
|
||||
pqphysicalquantity.cpp \
|
||||
pqfrequency.cpp \
|
||||
pqbase.cpp \
|
||||
pqspeed.cpp \
|
||||
pqangle.cpp \
|
||||
pqmass.cpp \
|
||||
pqpressure.cpp \
|
||||
pqtemperature.cpp \
|
||||
pqconstants.cpp
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user