diff options
Diffstat (limited to 'src/QGst/Utils/global.h')
-rw-r--r-- | src/QGst/Utils/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QGst/Utils/global.h b/src/QGst/Utils/global.h index 5e43efb..50051f4 100644 --- a/src/QGst/Utils/global.h +++ b/src/QGst/Utils/global.h @@ -26,7 +26,7 @@ #include <QtCore/QtGlobal> /* defined by cmake when building this library */ -#if defined(QtGStreamerUtils_EXPORTS) +#if defined(QtGStreamerUtils_EXPORTS) || defined(Qt5GStreamerUtils_EXPORTS) # define QTGSTREAMERUTILS_EXPORT Q_DECL_EXPORT #else # define QTGSTREAMERUTILS_EXPORT Q_DECL_IMPORT |