Split class DocProps to DocPropsCore and DocPropsApp

So that, one class can deal with only one xml file
This commit is contained in:
Debao Zhang
2013-08-30 15:35:52 +08:00
parent 9739020b1f
commit b4fe4037e5
7 changed files with 169 additions and 70 deletions
+4 -2
View File
@@ -4,7 +4,8 @@ DEPENDPATH += $$PWD
QT += core gui gui-private
!build_xlsx_lib:DEFINES += XLSX_NO_LIB
HEADERS += $$PWD/xlsxdocprops_p.h \
HEADERS += $$PWD/xlsxdocpropscore_p.h \
$$PWD/xlsxdocpropsapp_p.h \
$$PWD/xlsxrelationships_p.h \
$$PWD/xlsxutility_p.h \
$$PWD/xlsxsharedstrings_p.h \
@@ -22,7 +23,8 @@ HEADERS += $$PWD/xlsxdocprops_p.h \
$$PWD/xlsxformat_p.h \
$$PWD/xlsxglobal.h
SOURCES += $$PWD/xlsxdocprops.cpp \
SOURCES += $$PWD/xlsxdocpropscore.cpp \
$$PWD/xlsxdocpropsapp.cpp \
$$PWD/xlsxrelationships.cpp \
$$PWD/xlsxutility.cpp \
$$PWD/xlsxsharedstrings.cpp \