oopapidocs  2.0
cexport.h
00001 #ifndef CUSTOMER_EXPORT
00002 
00003 #include <QtGlobal>
00004 
00007 #ifndef Q_OS_WIN
00008 #define CUSTOMER_EXPORT
00009 #elif defined(CUSTOMER_DLL)
00010 #define CUSTOMER_EXPORT Q_DECL_EXPORT
00011 #else
00012 #define CUSTOMER_EXPORT Q_DECL_IMPORT
00013 #endif
00014 
00015 
00016 #endif        //  #ifndef CUSTOMER_EXPORT
00017 
 All Classes Namespaces Functions Enumerations