| 123456789101112131415161718192021 | 
							
- // .NAME __@MY_EXPORT_HEADER_PREFIX@Export - manage Windows system differences
 
- // .SECTION Description
 
- // The __@MY_EXPORT_HEADER_PREFIX@Export captures some system differences between Unix
 
- // and Windows operating systems. 
 
- #ifndef __@MY_EXPORT_HEADER_PREFIX@Export_h
 
- #define __@MY_EXPORT_HEADER_PREFIX@Export_h
 
- #include <QtCore/qglobal.h>
 
- #if defined(@MY_LIBNAME@_EXPORTS)
 
-  #define @MY_LIBRARY_EXPORT_DIRECTIVE@ Q_DECL_EXPORT
 
- #else
 
-  #define @MY_LIBRARY_EXPORT_DIRECTIVE@ Q_DECL_IMPORT
 
- #endif
 
- #endif
 
 
  |