mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:06:34 +00:00
Refactored a8 codes and added remote testing app a8_remote.
This commit is contained in:
+21
-2
@@ -18,8 +18,27 @@ linux-g++ {
|
||||
QMAKE_CC = clang
|
||||
}
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
SOURCES += \
|
||||
config.cpp \
|
||||
localControl.cpp \
|
||||
main.cpp \
|
||||
remoteControl.cpp \
|
||||
serialCommand.cpp \
|
||||
serialPort.cpp \
|
||||
serialResponse.cpp \
|
||||
utilsCRC16.cpp \
|
||||
utilsTargetLocation.cpp
|
||||
|
||||
HEADERS += \
|
||||
config.hpp \
|
||||
defines.hpp \
|
||||
localControl.h \
|
||||
remoteControl.h \
|
||||
serialCommand.hpp \
|
||||
serialPort.hpp \
|
||||
serialResponse.hpp \
|
||||
utilsCRC16.hpp \
|
||||
utilsTargetLocation.hpp
|
||||
|
||||
# When using FFmpeg
|
||||
#INCLUDEPATH += /usr/include/x86_64-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user