Advertisement
Guest User

guilib_decl.h

a guest
Sep 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #ifndef GUILIB_DECL_H
  2. #define GUILIB_DECL_H
  3.  
  4. #include <QtCore/qglobal.h>
  5.  
  6. #if defined(GUILIB_LIBRARY)
  7. #  define GUILIBSHARED_EXPORT Q_DECL_EXPORT
  8. #else
  9. #  define GUILIBSHARED_EXPORT Q_DECL_IMPORT
  10. #endif
  11.  
  12. #endif // GUILIB_DECL_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement