###################################################################### # Modified by ZLY 2022 01 15 22:08 ###################################################################### TEMPLATE = app TARGET = LAMPMainWidget QT += core gui QT += widgets sql # Input HEADERS += \ include/crs.h \ include/layerprovider.h \ include/mapcanvas.h \ include/mapcanvasmap.h \ include/maplayer.h \ include/maptool.h \ include/pointxy.h \ include/crs/webmercator.h \ include/gui/mainwindow.h \ include/gui/sponsorwindow.h \ include/gui/taskwindow.h \ include/layer/tmslayer.h \ include/provider/tmsprovider.h \ include/tools/maptoolpan.h \ include/tools/maptoolselect.h \ include/tools/maptoolzoomin.h \ include/tools/maptoolzoomout.h \ include/utils/LAMPMainWidget.h \ include/utils/imgwriter.h \ include/utils/network.h \ include/provider/tms/gaodenormalprovider.h \ include/provider/tms/gaodesatelliteprovider.h \ include/provider/tms/googlechinanormalprovider.h \ include/provider/tms/googlechinasatelliteprovider.h \ include/provider/tms/ostnormalprovider.h \ include/provider/tms/tmsproviderfactory.h \ include/tools/maptooldrawline.h \ maparea.h \ mapautoplane.h \ mapline.h \ include/tools/maptooladdplane.h \ include/tools/maptooldrawarea.h FORMS += include/gui/mainwindow.ui \ include/gui/sponsorwindow.ui \ include/gui/taskwindow.ui SOURCES += crs.cpp \ egmain.cpp \ maparea.cpp \ mapautoplane.cpp \ mapcanvas.cpp \ mapcanvasmap.cpp \ maplayer.cpp \ mapline.cpp \ maptool.cpp \ pointxy.cpp \ crs/webmercator.cpp \ gui/mainwindow.cpp \ gui/sponsorwindow.cpp \ gui/taskwindow.cpp \ layer/tmslayer.cpp \ provider/tmsprovider.cpp \ tools/maptooldrawline.cpp \ tools/maptoolpan.cpp \ tools/maptoolselect.cpp \ tools/maptoolzoomin.cpp \ tools/maptoolzoomout.cpp \ tools/maptooldrawarea.cpp \ tools/maptooladdplane.cpp \ utils/imgwriter.cpp \ utils/network.cpp \ provider/tms/gaodenormalprovider.cpp \ provider/tms/ostnormalprovider.cpp \ provider/tms/tmsproviderfactory.cpp RESOURCES += resources/res.qrc #LIBS += -LE:/PROJ/lib/ -lproj #LIBS += -LE:/PROJ/lib/ -lproj_i #LIBS += -LE:/curl7.80/lib/x64/ -llibcurl #INCLUDEPATH += E:/curl7.80/include #DEPENDPATH += E:/curl7.80/include #INCLUDEPATH += E:/PROJ/include #DEPENDPATH += E:/PROJ/include win32: LIBS += -L$$PWD/curl_7.80/lib/x64/ -llibcurl INCLUDEPATH += $$PWD/curl_7.80/include DEPENDPATH += $$PWD/curl_7.80/include win32: LIBS += -L$$PWD/proj4_5.2.0/lib/ -lproj INCLUDEPATH += $$PWD/proj4_5.2.0/include DEPENDPATH += $$PWD/proj4_5.2.0/include win32: LIBS += -L$$PWD/proj4_5.2.0/lib/ -lproj_i INCLUDEPATH += $$PWD/proj4_5.2.0/include DEPENDPATH += $$PWD/proj4_5.2.0/include