| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- target("tcxlsx_private")
- add_rules("qt.static")
- add_defines("XLSX_NO_LIB")
- -- 头文件
- add_files("xlsxdocpropscore_p.h")
- add_files("xlsxdocpropsapp_p.h")
- add_files("xlsxrelationships_p.h")
- add_files("xlsxutility_p.h")
- add_files("xlsxsharedstrings_p.h")
- add_files("xlsxcontenttypes_p.h")
- add_files("xlsxtheme_p.h")
- add_files("xlsxformat.h")
- add_files("xlsxworkbook.h")
- add_files("xlsxstyles_p.h")
- add_files("xlsxabstractsheet.h")
- add_files("xlsxabstractsheet_p.h")
- add_files("xlsxworksheet.h")
- add_files("xlsxworksheet_p.h")
- add_files("xlsxchartsheet.h")
- add_files("xlsxchartsheet_p.h")
- add_files("xlsxzipwriter_p.h")
- add_files("xlsxworkbook_p.h")
- add_files("xlsxformat_p.h")
- add_files("xlsxglobal.h")
- add_files("xlsxdrawing_p.h")
- add_files("xlsxzipreader_p.h")
- add_files("xlsxdocument.h")
- add_files("xlsxdocument_p.h")
- add_files("xlsxcell.h")
- add_files("xlsxcell_p.h")
- add_files("xlsxdatavalidation.h")
- add_files("xlsxdatavalidation_p.h")
- add_files("xlsxcellreference.h")
- add_files("xlsxcellrange.h")
- add_files("xlsxrichstring_p.h")
- add_files("xlsxrichstring.h")
- add_files("xlsxconditionalformatting.h")
- add_files("xlsxconditionalformatting_p.h")
- add_files("xlsxcolor_p.h")
- add_files("xlsxnumformatparser_p.h")
- add_files("xlsxdrawinganchor_p.h")
- add_files("xlsxmediafile_p.h")
- add_files("xlsxabstractooxmlfile.h")
- add_files("xlsxabstractooxmlfile_p.h")
- add_files("xlsxchart.h")
- add_files("xlsxchart_p.h")
- add_files("xlsxsimpleooxmlfile_p.h")
- add_files("xlsxcellformula.h")
- add_files("xlsxcellformula_p.h")
- -- 源文件
- add_files("xlsxdocpropscore.cpp")
- add_files("xlsxdocpropsapp.cpp")
- add_files("xlsxrelationships.cpp")
- add_files("xlsxutility.cpp")
- add_files("xlsxsharedstrings.cpp")
- add_files("xlsxcontenttypes.cpp")
- add_files("xlsxtheme.cpp")
- add_files("xlsxformat.cpp")
- add_files("xlsxstyles.cpp")
- add_files("xlsxworkbook.cpp")
- add_files("xlsxabstractsheet.cpp")
- add_files("xlsxworksheet.cpp")
- add_files("xlsxchartsheet.cpp")
- add_files("xlsxzipwriter.cpp")
- add_files("xlsxdrawing.cpp")
- add_files("xlsxzipreader.cpp")
- add_files("xlsxdocument.cpp")
- add_files("xlsxcell.cpp")
- add_files("xlsxdatavalidation.cpp")
- add_files("xlsxcellreference.cpp")
- add_files("xlsxcellrange.cpp")
- add_files("xlsxrichstring.cpp")
- add_files("xlsxconditionalformatting.cpp")
- add_files("xlsxcolor.cpp")
- add_files("xlsxnumformatparser.cpp")
- add_files("xlsxdrawinganchor.cpp")
- add_files("xlsxmediafile.cpp")
- add_files("xlsxabstractooxmlfile.cpp")
- add_files("xlsxchart.cpp")
- add_files("xlsxsimpleooxmlfile.cpp")
- add_files("xlsxcellformula.cpp")
- add_frameworks("QtGui", "QtGuiPrivate", "QtCore")
- target_end()
|