handprint_identification_reports.pro 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. QT += core gui sql axcontainer
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  3. CONFIG += c++11
  4. # You can make your code fail to compile if it uses deprecated APIs.
  5. # In order to do so, uncomment the following line.
  6. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  7. SOURCES += \
  8. GraphicsArrowItem.cpp \
  9. GraphicsEllipseItem.cpp \
  10. GraphicsItem.cpp \
  11. GraphicsItemGroup.cpp \
  12. GraphicsLineItem.cpp \
  13. GraphicsPathItem.cpp \
  14. GraphicsPixmapItem.cpp \
  15. GraphicsRectItem.cpp \
  16. GraphicsTextItem.cpp \
  17. GraphicsTriangleItem.cpp \
  18. ImageEdit.cpp \
  19. MainPaintScene.cpp \
  20. PaintView.cpp \
  21. ShapeMimeData.cpp \
  22. WordEdit.cpp \
  23. drawtool.cpp \
  24. hmerge.cpp \
  25. imagecropperlabel.cpp \
  26. imagecropperdemo.cpp \
  27. main.cpp \
  28. mainwindow.cpp \
  29. mylabel.cpp \
  30. reporting.cpp \
  31. sizehandle.cpp \
  32. vmerge.cpp
  33. HEADERS += \
  34. GraphicsArrowItem.h \
  35. GraphicsEllipseItem.h \
  36. GraphicsItem.h \
  37. GraphicsItemGroup.h \
  38. GraphicsLineItem.h \
  39. GraphicsPathItem.h \
  40. GraphicsPixmapItem.h \
  41. GraphicsRectItem.h \
  42. GraphicsTextItem.h \
  43. GraphicsTriangleItem.h \
  44. ImageEdit.h \
  45. MainPaintScenee.h \
  46. PaintView.h \
  47. ShapeMimeData.h \
  48. WordEditt.h \
  49. drawtool.h \
  50. hmerge.h \
  51. imagecropperdialog.h \
  52. imagecropperlabel.h \
  53. imagecropperdemo.h \
  54. mainwindow.h \
  55. mylabel.h \
  56. preheader.h \
  57. reporting.h \
  58. sizehandle.h \
  59. vmerge.h
  60. FORMS += \
  61. ImageEdit.ui \
  62. PaintWidget.ui \
  63. WordEdit.ui \
  64. hmerge.ui \
  65. mainwindow.ui \
  66. reporting.ui \
  67. vmerge.ui
  68. TRANSLATIONS += \
  69. handprint_identification_reports_zh_CN.ts
  70. # Default rules for deployment.
  71. qnx: target.path = /tmp/$${TARGET}/bin
  72. else: unix:!android: target.path = /opt/$${TARGET}/bin
  73. !isEmpty(target.path): INSTALLS += target
  74. RESOURCES += \
  75. qrc.qrc
  76. RC_ICONS = logo.ico