Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #ifndef ARGUMENTLIST_GLOBAL_H
  2. #define ARGUMENTLIST_GLOBAL_H
  3.  
  4. #include <QtCore/qglobal.h>
  5.  
  6. #if defined(ARGUMENTLIST_LIBRARY)
  7. # define ARGUMENTLISTSHARED_EXPORT Q_DECL_EXPORT
  8. #else
  9. # define ARGUMENTLISTSHARED_EXPORT Q_DECL_IMPORT
  10. #endif
  11.  
  12. #endif // ARGUMENTLIST_GLOBAL_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement