Moved PQs from blackcore to blackmisc, added header for namespace, mainpage.dox for Doxygen

This commit is contained in:
Klaus Basan
2013-03-22 16:07:53 +01:00
parent 969f0c879f
commit 525910c7a3
34 changed files with 237 additions and 112 deletions

View File

@@ -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