diff options
Diffstat (limited to 'src/QGst/Ui/global.h')
-rw-r--r-- | src/QGst/Ui/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QGst/Ui/global.h b/src/QGst/Ui/global.h index 811a2b3..7912b73 100644 --- a/src/QGst/Ui/global.h +++ b/src/QGst/Ui/global.h @@ -26,7 +26,7 @@ #include <QtCore/QtGlobal> /* defined by cmake when building this library */ -#if defined(QtGStreamerUi_EXPORTS) +#if defined(QtGStreamerUi_EXPORTS) || defined(Qt5GStreamerUi_EXPORTS) # define QTGSTREAMERUI_EXPORT Q_DECL_EXPORT #else # define QTGSTREAMERUI_EXPORT Q_DECL_IMPORT |