mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
update v2
This commit is contained in:
parent
712a42291e
commit
9fb4e43559
@ -30,7 +30,6 @@
|
||||
#define QT_END_NAMESPACE_XLSX }
|
||||
#define QTXLSX_USE_NAMESPACE using namespace QXlsx;
|
||||
|
||||
/*
|
||||
#if !defined(QT_STATIC) && !defined(XLSX_NO_LIB)
|
||||
# if defined(QT_BUILD_XLSX_LIB)
|
||||
# define Q_XLSX_EXPORT Q_DECL_EXPORT
|
||||
@ -40,8 +39,6 @@
|
||||
#else
|
||||
# define Q_XLSX_EXPORT
|
||||
#endif
|
||||
*/
|
||||
#define Q_XLSX_EXPORT
|
||||
|
||||
#ifdef XLSX_TEST
|
||||
# define XLSX_AUTOTEST_EXPORT Q_XLSX_EXPORT
|
@ -40,6 +40,9 @@
|
||||
#include "xlsxglobal.h"
|
||||
#include <QScopedPointer>
|
||||
#include <QStringList>
|
||||
#if QT_VERSION >= 0x050600
|
||||
#include <QVector>
|
||||
#endif
|
||||
class QZipReader;
|
||||
class QIODevice;
|
||||
|
Loading…
x
Reference in New Issue
Block a user