|
@@ -14,10 +14,10 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
|
|
|
|
|
SOURCES += \
|
|
|
+ ../../include/msgtype/ota.pb.cc \
|
|
|
../driver_ota_client/md5.cpp \
|
|
|
../driver_ota_client/md5file.cpp \
|
|
|
../driver_ota_client/ota.grpc.pb.cc \
|
|
|
- ../driver_ota_client/ota.pb.cc \
|
|
|
dialogadd.cpp \
|
|
|
dialogaddvehicle.cpp \
|
|
|
main.cpp \
|
|
@@ -25,11 +25,11 @@ SOURCES += \
|
|
|
otaserver.cpp
|
|
|
|
|
|
HEADERS += \
|
|
|
+ ../../include/msgtype/ota.pb.h \
|
|
|
../driver_ota_client/md5.h \
|
|
|
../driver_ota_client/md5file.h \
|
|
|
../driver_ota_client/md5global.h \
|
|
|
../driver_ota_client/ota.grpc.pb.h \
|
|
|
- ../driver_ota_client/ota.pb.h \
|
|
|
dialogadd.h \
|
|
|
dialogaddvehicle.h \
|
|
|
mainwindow.h \
|
|
@@ -68,6 +68,9 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
|
}
|
|
|
|
|
|
SUBDIRS += \
|
|
|
+ ../driver_ota_client/driver_ota_client.pro \
|
|
|
../driver_ota_client/driver_ota_client.pro
|
|
|
|
|
|
|
|
|
+INCLUDEPATH += $$PWD/../driver_ota_client
|
|
|
+
|