ADCIntelligentShow_grpc.pro 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-09-04T15:11:28
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += multimedia
  8. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets network
  9. TARGET = ADCIntelligentShow_grpc
  10. TEMPLATE = app
  11. # The following define makes your compiler emit warnings if you use
  12. # any feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16. DEFINES += PROTOBUF_USE_DLLS
  17. # You can also make your code fail to compile if you use deprecated APIs.
  18. # In order to do so, uncomment the following line.
  19. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  20. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  21. SOURCES += \
  22. ../../driver/driver_grpc_client/grpcclientthread.cpp \
  23. ../../driver/driver_grpc_client/ivgrpc.grpc.pb.cc \
  24. ../../driver/driver_grpc_client/ivgrpc.pb.cc \
  25. ../../include/msgtype/brainstate.pb.cc \
  26. ../../include/msgtype/decition.pb.cc \
  27. ../../include/msgtype/gps.pb.cc \
  28. ../../include/msgtype/gpsimu.pb.cc \
  29. ../../include/msgtype/hmi.pb.cc \
  30. ../../include/msgtype/imu.pb.cc \
  31. ../../include/msgtype/radarobject.pb.cc \
  32. ../../include/msgtype/radarobjectarray.pb.cc \
  33. dialogsetting.cpp \
  34. ivmapview.cpp \
  35. ivview.cpp \
  36. main.cpp \
  37. adcintelligentshow.cpp \
  38. myview.cpp
  39. HEADERS += \
  40. ../../decition/common/common/gps_type.h \
  41. ../../driver/driver_grpc_client/grpcclientthread.h \
  42. ../../driver/driver_grpc_client/ivgrpc.grpc.pb.h \
  43. ../../driver/driver_grpc_client/ivgrpc.pb.h \
  44. ../../include/msgtype/brainstate.pb.h \
  45. ../../include/msgtype/decition.pb.h \
  46. ../../include/msgtype/gps.pb.h \
  47. ../../include/msgtype/gpsimu.pb.h \
  48. ../../include/msgtype/hmi.pb.h \
  49. ../../include/msgtype/imu.pb.h \
  50. ../../include/msgtype/radarobject.pb.h \
  51. ../../include/msgtype/radarobjectarray.pb.h \
  52. adcintelligentshow.h \
  53. dialogsetting.h \
  54. ivmapview.h \
  55. ivview.h \
  56. myview.h \
  57. pos_def.h
  58. FORMS += \
  59. adcintelligentshow.ui \
  60. dialogsetting.ui
  61. RESOURCES += \
  62. adcintelligentshow.qrc
  63. #LIBS += $$PWD/libprotobuf.lib
  64. win32: DEFINES += _WIN32_WINNT=0x0602
  65. !include(../../../include/common.pri ) {
  66. error( "Couldn't find the common.pri file!" )
  67. }
  68. !include(../../../include/ivprotobuf.pri ) {
  69. error( "Couldn't find the ivprotobuf.pri file!" )
  70. }
  71. !include(../../../include/ivboost.pri ) {
  72. error( "Couldn't find the ivboost.pri file!" )
  73. }
  74. !include(../../../include/ivgrpc.pri ) {
  75. error( "Couldn't find the ivgrpc.pri file!" )
  76. }
  77. !include(../../../include/ivyaml-cpp.pri ) {
  78. error( "Couldn't find the ivyaml-cpp.pri file!" )
  79. }
  80. INCLUDEPATH += $$PWD/../../decition/common
  81. INCLUDEPATH += $$PWD/../../decition/common/common
  82. INCLUDEPATH += $$PWD/../../driver/driver_grpc_client
  83. #DISTFILES +=