Fixed MSVS 2012 build
This commit is contained in:
@@ -10,8 +10,16 @@
|
||||
|
||||
#include <enums.h>
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(SERVICES_LIBRARY)
|
||||
# define SERVICESSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SERVICESSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#pragma db object
|
||||
class AccService : public QObject
|
||||
class SERVICESSHARED_EXPORT AccService : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user