qtxlsx.pri 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. INCLUDEPATH += $$PWD
  2. DEPENDPATH += $$PWD
  3. QT += core gui gui-private
  4. !build_xlsx_lib:DEFINES += XLSX_NO_LIB
  5. HEADERS += $$PWD/xlsxdocpropscore_p.h \
  6. $$PWD/xlsxdocpropsapp_p.h \
  7. $$PWD/xlsxrelationships_p.h \
  8. $$PWD/xlsxutility_p.h \
  9. $$PWD/xlsxsharedstrings_p.h \
  10. $$PWD/xlsxcontenttypes_p.h \
  11. $$PWD/xlsxtheme_p.h \
  12. $$PWD/xlsxformat.h \
  13. $$PWD/xlsxworkbook.h \
  14. $$PWD/xlsxstyles_p.h \
  15. $$PWD/xlsxabstractsheet.h \
  16. $$PWD/xlsxabstractsheet_p.h \
  17. $$PWD/xlsxworksheet.h \
  18. $$PWD/xlsxworksheet_p.h \
  19. $$PWD/xlsxchartsheet.h \
  20. $$PWD/xlsxchartsheet_p.h \
  21. $$PWD/xlsxzipwriter_p.h \
  22. $$PWD/xlsxworkbook_p.h \
  23. $$PWD/xlsxformat_p.h \
  24. $$PWD/xlsxglobal.h \
  25. $$PWD/xlsxdrawing_p.h \
  26. $$PWD/xlsxzipreader_p.h \
  27. $$PWD/xlsxdocument.h \
  28. $$PWD/xlsxdocument_p.h \
  29. $$PWD/xlsxcell.h \
  30. $$PWD/xlsxcell_p.h \
  31. $$PWD/xlsxdatavalidation.h \
  32. $$PWD/xlsxdatavalidation_p.h \
  33. $$PWD/xlsxcellreference.h \
  34. $$PWD/xlsxcellrange.h \
  35. $$PWD/xlsxrichstring_p.h \
  36. $$PWD/xlsxrichstring.h \
  37. $$PWD/xlsxconditionalformatting.h \
  38. $$PWD/xlsxconditionalformatting_p.h \
  39. $$PWD/xlsxcolor_p.h \
  40. $$PWD/xlsxnumformatparser_p.h \
  41. $$PWD/xlsxdrawinganchor_p.h \
  42. $$PWD/xlsxmediafile_p.h \
  43. $$PWD/xlsxabstractooxmlfile.h \
  44. $$PWD/xlsxabstractooxmlfile_p.h \
  45. $$PWD/xlsxchart.h \
  46. $$PWD/xlsxchart_p.h \
  47. $$PWD/xlsxsimpleooxmlfile_p.h \
  48. $$PWD/xlsxcellformula.h \
  49. $$PWD/xlsxcellformula_p.h
  50. SOURCES += $$PWD/xlsxdocpropscore.cpp \
  51. $$PWD/xlsxdocpropsapp.cpp \
  52. $$PWD/xlsxrelationships.cpp \
  53. $$PWD/xlsxutility.cpp \
  54. $$PWD/xlsxsharedstrings.cpp \
  55. $$PWD/xlsxcontenttypes.cpp \
  56. $$PWD/xlsxtheme.cpp \
  57. $$PWD/xlsxformat.cpp \
  58. $$PWD/xlsxstyles.cpp \
  59. $$PWD/xlsxworkbook.cpp \
  60. $$PWD/xlsxabstractsheet.cpp \
  61. $$PWD/xlsxworksheet.cpp \
  62. $$PWD/xlsxchartsheet.cpp \
  63. $$PWD/xlsxzipwriter.cpp \
  64. $$PWD/xlsxdrawing.cpp \
  65. $$PWD/xlsxzipreader.cpp \
  66. $$PWD/xlsxdocument.cpp \
  67. $$PWD/xlsxcell.cpp \
  68. $$PWD/xlsxdatavalidation.cpp \
  69. $$PWD/xlsxcellreference.cpp \
  70. $$PWD/xlsxcellrange.cpp \
  71. $$PWD/xlsxrichstring.cpp \
  72. $$PWD/xlsxconditionalformatting.cpp \
  73. $$PWD/xlsxcolor.cpp \
  74. $$PWD/xlsxnumformatparser.cpp \
  75. $$PWD/xlsxdrawinganchor.cpp \
  76. $$PWD/xlsxmediafile.cpp \
  77. $$PWD/xlsxabstractooxmlfile.cpp \
  78. $$PWD/xlsxchart.cpp \
  79. $$PWD/xlsxsimpleooxmlfile.cpp \
  80. $$PWD/xlsxcellformula.cpp