adcxodrviewer.pro 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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 = adcxodrviewer
  9. TEMPLATE = app
  10. CONFIG+= c++11
  11. DEFINES += XODRViewer
  12. # The following define makes your compiler emit warnings if you use
  13. # any feature of Qt which has been marked as deprecated (the exact warnings
  14. # depend on your compiler). Please consult the documentation of the
  15. # deprecated API in order to know how to port your code away from it.
  16. DEFINES += QT_DEPRECATED_WARNINGS
  17. QMAKE_LFLAGS += -no-pie
  18. # You can also make your code fail to compile if you use deprecated APIs.
  19. # In order to do so, uncomment the following line.
  20. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  21. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  22. SOURCES += \
  23. filedialogextern.cpp \
  24. ivxodrtool.cpp \
  25. main.cpp \
  26. roaddigit.cpp \
  27. myview.cpp \
  28. OpenDrive/Junction.cpp \
  29. OpenDrive/Lane.cpp \
  30. OpenDrive/ObjectSignal.cpp \
  31. OpenDrive/OpenDrive.cpp \
  32. OpenDrive/OpenDriveXmlParser.cpp \
  33. OpenDrive/OpenDriveXmlWriter.cpp \
  34. OpenDrive/OtherStructures.cpp \
  35. OpenDrive/Road.cpp \
  36. OpenDrive/RoadGeometry.cpp \
  37. TinyXML/tinystr.cpp \
  38. TinyXML/tinyxml.cpp \
  39. TinyXML/tinyxmlerror.cpp \
  40. TinyXML/tinyxmlparser.cpp \
  41. fresnl.cpp \
  42. polevl.c \
  43. const.cpp \
  44. gnss_coordinate_convert.cpp \
  45. simpleCustomEvent.cpp \
  46. xodrfunc.cpp \
  47. xodrscenfunc.cpp \
  48. xvmainwindow.cpp
  49. HEADERS += \
  50. filedialogextern.h \
  51. ivxodrtool.h \
  52. roaddigit.h \
  53. myview.h \
  54. gps_type.h \
  55. linedata.h \
  56. OpenDrive/Junction.h \
  57. OpenDrive/Lane.h \
  58. OpenDrive/ObjectSignal.h \
  59. OpenDrive/OpenDrive.h \
  60. OpenDrive/OpenDriveXmlParser.h \
  61. OpenDrive/OpenDriveXmlWriter.h \
  62. OpenDrive/OtherStructures.h \
  63. OpenDrive/Road.h \
  64. OpenDrive/RoadGeometry.h \
  65. TinyXML/tinystr.h \
  66. TinyXML/tinyxml.h \
  67. gnss_coordinate_convert.h \
  68. simpleCustomEvent.h \
  69. xodrfunc.h \
  70. xodrscenfunc.h \
  71. xvmainwindow.h
  72. FORMS += \
  73. xvmainwindow.ui
  74. QMAKE_CXXFLAGS += -g
  75. DISTFILES += \
  76. unix:INCLUDEPATH += /usr/include/eigen3
  77. win32:INCLUDEPATH += D:\File\soft\eigen
  78. RESOURCES += \
  79. opendrive.qrc