You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
436 B

#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