|
@@ -3,6 +3,9 @@ QT -= gui
|
|
|
CONFIG += c++11 console
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
+#DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
+#DEFINES += PROTOBUF_USE_DLLS
|
|
|
+
|
|
|
# The following define makes your compiler emit warnings if you use
|
|
|
# any feature of Qt which as been marked deprecated (the exact warnings
|
|
|
# depend on your compiler). Please consult the documentation of the
|
|
@@ -19,6 +22,9 @@ SOURCES += main.cpp \
|
|
|
../../include/msgtype/carmaker.pb.cc \
|
|
|
carmakerwork.cpp
|
|
|
|
|
|
+
|
|
|
+win32: DEFINES += _WIN32_WINNT=0x0602
|
|
|
+
|
|
|
INCLUDEPATH += $$PWD/../../../src/include/msgtype
|
|
|
INCLUDEPATH += $$PWD/../carmakerservice
|
|
|
|