You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use import and export at the same application, and I also use xlsxsheetmodel function,
now I wonder how to modify the micro as below in xlsxglobal.h to implement my such idea
#if !defined(QT_STATIC) && !defined(XLSX_NO_LIB)
#if defined(QT_BUILD_XLSX_LIB)
#define Q_XLSX_EXPORT Q_DECL_EXPORT
#else
#define Q_XLSX_EXPORT Q_DECL_IMPORT
#endif
#else
#define Q_XLSX_EXPORT
#endif
The text was updated successfully, but these errors were encountered:
I want to use import and export at the same application, and I also use xlsxsheetmodel function,
now I wonder how to modify the micro as below in xlsxglobal.h to implement my such idea
#if !defined(QT_STATIC) && !defined(XLSX_NO_LIB)
#if defined(QT_BUILD_XLSX_LIB)
#define Q_XLSX_EXPORT Q_DECL_EXPORT
#else
#define Q_XLSX_EXPORT Q_DECL_IMPORT
#endif
#else
#define Q_XLSX_EXPORT
#endif
The text was updated successfully, but these errors were encountered: