UBCFFAdaptor_global.h 270 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef UBCFFADAPTOR_GLOBAL_H #define UBCFFADAPTOR_GLOBAL_H #include <QtCore/qglobal.h> #if defined(UBCFFADAPTOR_LIBRARY) # define UBCFFADAPTORSHARED_EXPORT Q_DECL_EXPORT #else # define UBCFFADAPTORSHARED_EXPORT Q_DECL_IMPORT #endif #endif // UBCFFADAPTOR_GLOBAL_H