parent
636a973682
commit
9b26d744bc
@ -1,18 +0,0 @@
|
||||
#ifndef QX_EXPORT_H
|
||||
#define QX_EXPORT_H
|
||||
|
||||
#ifdef _BUILDING_APP
|
||||
#define QX_DLL_EXPORT_ QX_DLL_EXPORT_HELPER
|
||||
#else
|
||||
#define QX_DLL_EXPORT_ QX_DLL_IMPORT_HELPER
|
||||
#endif
|
||||
|
||||
#ifdef _BUILDING_APP
|
||||
#define QX_REGISTER_HPP_ QX_REGISTER_HPP_EXPORT_DLL
|
||||
#define QX_REGISTER_CPP_ QX_REGISTER_CPP_EXPORT_DLL
|
||||
#else
|
||||
#define QX_REGISTER_HPP_USER QX_REGISTER_HPP_IMPORT_DLL
|
||||
#define QX_REGISTER_CPP_USER QX_REGISTER_CPP_IMPORT_DLL
|
||||
#endif
|
||||
|
||||
#endif //QX_EXPORT_H
|
Loading…
Reference in new issue