修复了下载后附属航点连线问题

This commit is contained in:
2020-05-27 19:39:59 +08:00
parent 88d80a7504
commit 354eefe614
14 changed files with 226 additions and 75 deletions
+21 -3
View File
@@ -1,7 +1,16 @@
# Capture whether this is a release/debug build.
CONFIG(debug, debug|release) {
# Target name.
TARGET = internalsd
}
CONFIG(release, debug|release) {
# Target name.
TARGET = internals
}
TEMPLATE = lib
TARGET = internals
DEFINES += OPMAPINTERNALS_LIBRARY
DEFINES += QtOpmapInternals
@@ -56,7 +65,16 @@ SOURCES += ./projections/lks94projection.cpp \
./projections/platecarreeprojectionpergo.cpp
INCLUDEPATH += $$PWD/../../thirdpart/include
LIBS += -L$$PWD/../../thirdpart/lib -lcore
# Capture whether this is a release/debug build.
CONFIG(debug, debug|release) {
LIBS += -L$$PWD/../../thirdpart/lib -lcored
}
CONFIG(release, debug|release) {
LIBS += -L$$PWD/../../thirdpart/lib -lcore
}
win32|win64 {
src_dir = $$PWD\\*.h