CCAppCommon.h 1.4 KB

1234567891011121314151617181920212223242526
  1. //##########################################################################
  2. //# #
  3. //# CLOUDCOMPARE #
  4. //# #
  5. //# This program is free software; you can redistribute it and/or modify #
  6. //# it under the terms of the GNU General Public License as published by #
  7. //# the Free Software Foundation; version 2 or later of the License. #
  8. //# #
  9. //# This program is distributed in the hope that it will be useful, #
  10. //# but WITHOUT ANY WARRANTY; without even the implied warranty of #
  11. //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
  12. //# GNU General Public License for more details. #
  13. //# #
  14. //# COPYRIGHT: CloudCompare project #
  15. //# #
  16. //##########################################################################
  17. #pragma once
  18. #include <QtCore/QtGlobal>
  19. #if defined( CCAPPCOMMON_LIBRARY_BUILD )
  20. # define CCAPPCOMMON_LIB_API Q_DECL_EXPORT
  21. #else
  22. # define CCAPPCOMMON_LIB_API Q_DECL_IMPORT
  23. #endif