Fix Issue1: Add insert_image() function

This commit is contained in:
Debao Zhang
2013-09-04 11:35:02 +08:00
parent 7f7fa7e9fa
commit b9dc02b79e
15 changed files with 692 additions and 12 deletions
+4 -2
View File
@@ -21,7 +21,8 @@ HEADERS += $$PWD/xlsxdocpropscore_p.h \
$$PWD/xlsxworkbook_p.h \
$$PWD/xlsxworksheet_p.h \
$$PWD/xlsxformat_p.h \
$$PWD/xlsxglobal.h
$$PWD/xlsxglobal.h \
$$PWD/xlsxdrawing_p.h
SOURCES += $$PWD/xlsxdocpropscore.cpp \
$$PWD/xlsxdocpropsapp.cpp \
@@ -36,4 +37,5 @@ SOURCES += $$PWD/xlsxdocpropscore.cpp \
$$PWD/xlsxworkbook.cpp \
$$PWD/xlsxworksheet.cpp \
$$PWD/xlsxzipwriter.cpp \
$$PWD/xlsxpackage.cpp
$$PWD/xlsxpackage.cpp \
$$PWD/xlsxdrawing.cpp