|
@@ -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
|
|
|
|