Browse Source

change tool/map_lanetoxodr. change .pro for support win10.

yuchuli 3 years ago
parent
commit
0976ab8bb5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/tool/map_lanetoxodr/map_lanetoxodr.pro

+ 4 - 1
src/tool/map_lanetoxodr/map_lanetoxodr.pro

@@ -144,7 +144,10 @@ FORMS += \
 unix:LIBS += -lboost_thread -lboost_system -lboost_serialization -lprotobuf
 
 
-win32: INCLUDEPATH += $$PWD\..\..\..\thirdpartylib\boost\include\boost-1_66
+win32:INCLUDEPATH += $$PWD/../../../thirdpartylib/protobuf/src
+win32:LIBS += -L$$PWD/../../../thirdpartylib/protobuf/lib -lprotobuf
+win32:INCLUDEPATH += $$PWD/../../../thirdpartylib/boost/include/boost-1_66
+windows: LIBS += -L$$PWD/../../../thirdpartylib/boost/lib -lboost_system-mgw73-mt-x64-1_66 -lboost_thread-mgw73-mt-x64-1_66 -lboost_serialization-mgw73-mt-x64-1_66
 
 QMAKE_CXXFLAGS +=  -g