18 #ifndef QTGSTREAMERUI_EXPORT_H 19 #define QTGSTREAMERUI_EXPORT_H 22 #if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED) 23 #define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED 26 #include <QtCore/QtGlobal> 29 #if defined(QtGStreamerUi_EXPORTS) || defined(Qt5GStreamerUi_EXPORTS) 30 # define QTGSTREAMERUI_EXPORT Q_DECL_EXPORT 32 # define QTGSTREAMERUI_EXPORT Q_DECL_IMPORT 35 #if !defined(Q_OS_WIN) && !defined(Q_CC_NOKIAX86) && \ 36 !defined(Q_CC_RVCT) && defined(QT_VISIBILITY_AVAILABLE) 37 # define QTGSTREAMERUI_NO_EXPORT __attribute__((visibility("hidden"))) 39 # define QTGSTREAMERUI_NO_EXPORT