18 #ifndef QGST_UTILS_GLOBAL_H
19 #define QGST_UTILS_GLOBAL_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(QtGStreamerUtils_EXPORTS) || defined(Qt5GStreamerUtils_EXPORTS)
30 # define QTGSTREAMERUTILS_EXPORT Q_DECL_EXPORT
32 # define QTGSTREAMERUTILS_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 QTGSTREAMERUTILS_NO_EXPORT __attribute__((visibility("hidden")))
39 # define QTGSTREAMERUTILS_NO_EXPORT