Add ZipReader and XmlStreamReader

This commit is contained in:
Debao Zhang
2013-09-05 11:10:22 +08:00
parent 5f444294bd
commit b7f6d417c5
9 changed files with 172 additions and 3 deletions
+6 -2
View File
@@ -22,7 +22,9 @@ HEADERS += $$PWD/xlsxdocpropscore_p.h \
$$PWD/xlsxworksheet_p.h \
$$PWD/xlsxformat_p.h \
$$PWD/xlsxglobal.h \
$$PWD/xlsxdrawing_p.h
$$PWD/xlsxdrawing_p.h \
$$PWD/xlsxxmlreader_p.h \
$$PWD/xlsxzipreader_p.h
SOURCES += $$PWD/xlsxdocpropscore.cpp \
$$PWD/xlsxdocpropsapp.cpp \
@@ -38,4 +40,6 @@ SOURCES += $$PWD/xlsxdocpropscore.cpp \
$$PWD/xlsxworksheet.cpp \
$$PWD/xlsxzipwriter.cpp \
$$PWD/xlsxpackage.cpp \
$$PWD/xlsxdrawing.cpp
$$PWD/xlsxdrawing.cpp \
$$PWD/xlsxxmlreader.cpp \
$$PWD/xlsxzipreader.cpp