1
0

wac_browser_global.h 354 B

12345678910111213141516
  1. #ifndef NULLSOFT_WAC_DOWNLOADS_GLOBAL_H
  2. #define NULLSOFT_WAC_DOWNLOADS_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #ifndef BUILD_STATIC
  5. # if defined(WAC_DOWNLOADS_LIB)
  6. # define WAC_DOWNLOADS_EXPORT Q_DECL_EXPORT
  7. # else
  8. # define WAC_DOWNLOADS_EXPORT Q_DECL_IMPORT
  9. # endif
  10. #else
  11. # define WAC_DOWNLOADS_EXPORT
  12. #endif
  13. #endif // !NULLSOFT_WAC_DOWNLOADS_GLOBAL_H