1
0
Fork 0

corrected macro definition

This commit is contained in:
Kevin Matz 2021-09-14 09:17:14 -04:00
parent f21a071860
commit ad6098c553
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <QtCore/qglobal.h> #include <QtCore/qglobal.h>
#if defined(QT_LIBRARY) #if defined(QsACN_LIBRARY)
# define QT_EXPORT Q_DECL_EXPORT # define QT_EXPORT Q_DECL_EXPORT
#else #else
# define QT_EXPORT Q_DECL_IMPORT # define QT_EXPORT Q_DECL_IMPORT