Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. #ifndef LICENSEVALIDATOR_GLOBAL_H
  2. #define LICENSEVALIDATOR_GLOBAL_H
  3.  
  4. #include <QtCore/qglobal.h>
  5.  
  6. #if defined(LICENSEVALIDATOR_LIBRARY)
  7. #  define LICENSEVALIDATORSHARED_EXPORT Q_DECL_EXPORT
  8. #else
  9. #  define LICENSEVALIDATORSHARED_EXPORT Q_DECL_IMPORT
  10. #endif
  11.  
  12. #endif // LICENSEVALIDATOR_GLOBAL_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement