tool_xodrobj.pro 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2019-08-23T15:28:22
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = tool_xodrobj
  9. TEMPLATE = app
  10. # The following define makes your compiler emit warnings if you use
  11. # any feature of Qt which has been marked as deprecated (the exact warnings
  12. # depend on your compiler). Please consult the documentation of the
  13. # deprecated API in order to know how to port your code away from it.
  14. DEFINES += QT_DEPRECATED_WARNINGS
  15. # You can also make your code fail to compile if you use deprecated APIs.
  16. # In order to do so, uncomment the following line.
  17. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  18. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  19. SOURCES += \
  20. main.cpp \
  21. mainwindow.cpp \
  22. xodr.cpp \
  23. myview.cpp \
  24. linedata.cpp \
  25. fresnl.cpp \
  26. polevl.c \
  27. const.cpp \
  28. gnss_coordinate_convert.cpp \
  29. ../../include/msgtype/gps.pb.cc \
  30. ../../include/msgtype/gpsimu.pb.cc \
  31. ../../include/msgtype/imu.pb.cc
  32. HEADERS += \
  33. mainwindow.h \
  34. xodr.h \
  35. myview.h \
  36. boost.h \
  37. gps_type.h \
  38. linedata.h \
  39. gnss_coordinate_convert.h \
  40. ../../include/msgtype/gps.pb.h \
  41. ../../include/msgtype/gpsimu.pb.h \
  42. ../../include/msgtype/imu.pb.h
  43. FORMS += \
  44. mainwindow.ui
  45. !include(../../../include/common.pri ) {
  46. error( "Couldn't find the common.pri file!" )
  47. }
  48. !include(../../../include/ivprotobuf.pri ) {
  49. error( "Couldn't find the ivprotobuf.pri file!" )
  50. }
  51. !include(../../../include/ivboost.pri ) {
  52. error( "Couldn't find the ivboost.pri file!" )
  53. }
  54. !include(../../common/common/xodr/OpenDrive/OpenDrive.pri ) {
  55. error( "Couldn't find the OpenDrive.pri file!" )
  56. }
  57. !include(../../common/common/xodr/TinyXML/TinyXML.pri ) {
  58. error( "Couldn't find the TinyXML.pri file!" )
  59. }
  60. INCLUDEPATH += $$PWD/../../common/common/xodr
  61. DISTFILES += \
  62. geodata.proto