add vehicle
This commit is contained in:
+2
-10
@@ -4,20 +4,12 @@ QT += core gui network
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Capture whether this is a release/debug build.
|
||||
CONFIG(debug, debug|release) {
|
||||
# Target name.
|
||||
TARGET = Cockpitd
|
||||
}
|
||||
CONFIG(release, debug|release) {
|
||||
# Target name.
|
||||
TARGET = Cockpit
|
||||
TARGET = $$join(TARGET,,,d)
|
||||
}
|
||||
|
||||
|
||||
DESTDIR = $$PWD/../bin
|
||||
MOC_DIR = $$PWD/../build
|
||||
OBJECTS_DIR = $$PWD/../build
|
||||
|
||||
@@ -10,9 +10,6 @@ QT += axcontainer
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
# Target name.
|
||||
TARGET = MavLinkNode
|
||||
|
||||
|
||||
CONFIG(debug, debug|release){
|
||||
# 在DEBUG 版本后加入 d后缀
|
||||
TARGET = $$join(TARGET,,,d)
|
||||
|
||||
+2
-8
@@ -5,11 +5,7 @@
|
||||
# Capture whether this is a release/debug build.
|
||||
CONFIG(debug, debug|release) {
|
||||
# Target name.
|
||||
TARGET = cored
|
||||
}
|
||||
CONFIG(release, debug|release) {
|
||||
# Target name.
|
||||
TARGET = core
|
||||
TARGET = $$join(TARGET,,,d)
|
||||
}
|
||||
|
||||
TEMPLATE = lib
|
||||
@@ -17,7 +13,7 @@ TEMPLATE = lib
|
||||
DEFINES += OPMAPCORE_LIBRARY
|
||||
DEFINES += QtOpmapCore
|
||||
|
||||
DEFINES += DEBUG_GMAPS
|
||||
#DEFINES += DEBUG_GMAPS
|
||||
|
||||
#VS的补丁 使用 自定义的数学常数
|
||||
DEFINES += _USE_MATH_DEFINES
|
||||
@@ -79,8 +75,6 @@ HEADERS += opmaps.h \
|
||||
INCLUDEPATH += $$DESTDIR/include
|
||||
|
||||
|
||||
|
||||
|
||||
win32|win64 {
|
||||
src_dir = $$PWD\\*.h
|
||||
dst_dir = $$PWD\\..\\..\\bin\\include\\
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
# Capture whether this is a release/debug build.
|
||||
CONFIG(debug, debug|release) {
|
||||
# Target name.
|
||||
TARGET = internalsd
|
||||
}
|
||||
CONFIG(release, debug|release) {
|
||||
# Target name.
|
||||
TARGET = internals
|
||||
TARGET = $$join(TARGET,,,d)
|
||||
}
|
||||
|
||||
TEMPLATE = lib
|
||||
|
||||
DEFINES += OPMAPINTERNALS_LIBRARY
|
||||
|
||||
Reference in New Issue
Block a user