oopapidocs
2.0
|
00001 #ifndef ACTIONEDITOR_EXPORT 00002 00009 #include <QtGlobal> 00010 #ifndef Q_WS_WIN 00011 #define ACTIONEDITOR_EXPORT 00012 #elif defined(ACTIONEDITOR_DLL) 00013 #define ACTIONEDITOR_EXPORT Q_DECL_EXPORT 00014 #else 00015 #define ACTIONEDITOR_EXPORT Q_DECL_IMPORT 00016 #endif 00017 00018 #endif // #ifndef MYEXPORT_H 00019