hybridfw_global.h 236 B

12345678910111213
  1. #ifndef HYBRIDFW_GLOBAL_H
  2. #define HYBRIDFW_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(HYBRIDFW_LIBRARY)
  5. # define DLL_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define DLL_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // HYBRIDFW_GLOBAL_H