qCC_io.h 1.5 KB

123456789101112131415161718192021222324252627282930
  1. //##########################################################################
  2. //# #
  3. //# QCC_IO #
  4. //# #
  5. //# This program is free software; you can redistribute it and/or modify #
  6. //# it under the terms of the GNU Library General Public License as #
  7. //# published by the Free Software Foundation; version 2 or later of the #
  8. //# License. #
  9. //# #
  10. //# This program is distributed in the hope that it will be useful, #
  11. //# but WITHOUT ANY WARRANTY; without even the implied warranty of #
  12. //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
  13. //# GNU General Public License for more details. #
  14. //# #
  15. //# COPYRIGHT: EDF R&D / TELECOM ParisTech (ENST-TSI) #
  16. //# #
  17. //##########################################################################
  18. #ifndef CC_IO_HEADER
  19. #define CC_IO_HEADER
  20. #include <QtCore/QtGlobal>
  21. #if defined( QCC_IO_LIBRARY_BUILD )
  22. # define QCC_IO_LIB_API Q_DECL_EXPORT
  23. #else
  24. # define QCC_IO_LIB_API Q_DECL_IMPORT
  25. #endif
  26. #endif //CC_IO_HEADER