Advertisement
Guest User

Untitled

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