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
+18
View File
@@ -0,0 +1,18 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-09-05T10:09:38
#
#-------------------------------------------------
QT += testlib xlsx xlsx-private
CONFIG += testcase
DEFINES += XLSX_TEST
TARGET = tst_zipreadertest
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_zipreadertest.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"