fix global file

This commit is contained in:
Andrei Yankovich 2020-04-19 13:04:33 +03:00
parent 273045d966
commit 2343a11c7a

View File

@ -3,7 +3,7 @@
#include <QtCore/qglobal.h> #include <QtCore/qglobal.h>
#if defined(QUASARAAPP_LIBRARY) #if defined(QUASARAPP_LIBRARY)
# define QUASARAPPSHARED_EXPORT Q_DECL_EXPORT # define QUASARAPPSHARED_EXPORT Q_DECL_EXPORT
#else #else
# define QUASARAPPSHARED_EXPORT Q_DECL_IMPORT # define QUASARAPPSHARED_EXPORT Q_DECL_IMPORT