diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2013-05-30 20:43:07 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2013-06-05 12:18:37 +0300 |
commit | c54b78996c5937bd11b925231f41c3ef771e41d8 (patch) | |
tree | 926185089b4191144574ff7280d4a1ee9e7c96ea /src/QGst/Ui | |
parent | affe35c2e23b99396dbd85712355b09066c61dc2 (diff) |
qt5: Fix the export macros to work with the Qt5* library names
Diffstat (limited to 'src/QGst/Ui')
-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 |