oopapidocs  2.0
sqlmdexport.h
00001 #ifndef SQLMDEXPORT_H
00002 #define SQLMDEXPORT_H
00003 #include <QtGlobal>
00004 #ifndef Q_OS_WIN
00005 #define SQLMDEXPORT
00006 #elif defined(SQLMETADATA_DLL)
00007 #define SQLMDEXPORT Q_DECL_EXPORT
00008 #else
00009 #define SQLMDEXPORT Q_DECL_IMPORT
00010 #endif
00011 
00012 #endif // SQLMDEXPORT_H
00013 
00014 
 All Classes Namespaces Functions Enumerations