修复了下载后附属航点连线问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user