You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PayloadAPP/Src/RescueLoad/RescueLoad.pri

27 lines
605 B
Plaintext

QT *= location location-private positioning-private qml positioning sql network core5compat quick
SOURCES += \
$$PWD/rescueload.cpp \
$$PWD/rescueloadwidget.cpp \
HEADERS += \
$$PWD/rescueload.h \
$$PWD/rescueloadwidget.h \
FORMS += \
$$PWD/rescueloadwidget.ui \
RESOURCES += \
$$PWD/map/places_map.qrc
# 指定库文件的头文件路径
INCLUDEPATH += $$PWD/map/tianditu/include
# 指定库文件的路径
CONFIG(debug, debug|release){
LIBS += -L$$PWD/map/tianditu/lib -lTianDiTud
}
else
{
LIBS += -L$$PWD/map/tianditu/lib -lTianDiTu
}