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.

epimafia_global.h 246B

123456789101112
  1. #ifndef EPIMAFIA_GLOBAL_H
  2. #define EPIMAFIA_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(EPIMAFIA_LIBRARY)
  5. # define EPIMAFIASHARED_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define EPIMAFIASHARED_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // EPIMAFIA_GLOBAL_H