diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-15 14:43:57 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-16 09:18:52 (GMT) |
commit | 61161589376a3bb2dffaf898ca50449774b48565 (patch) | |
tree | 1c50a3b4ca8ef32cac5cf49e222c00a4935ea1eb /src/3rdparty | |
parent | bca1ca80159dc5d8161b5e4bc84584b793414ff6 (diff) | |
download | Qt-61161589376a3bb2dffaf898ca50449774b48565.zip Qt-61161589376a3bb2dffaf898ca50449774b48565.tar.gz Qt-61161589376a3bb2dffaf898ca50449774b48565.tar.bz2 |
Make mmfphonondebug static, and do some build fixes.
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_global.h b/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_global.h index ff031c4..b8987e0 100644 --- a/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_global.h +++ b/src/3rdparty/phonon/mmf/mmfphonondebug/objectdump_global.h @@ -22,9 +22,9 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include <QtCore/QtGlobal> #if defined(OBJECTDUMP_LIBRARY) -# define OBJECTDUMP_EXPORT Q_DECL_EXPORT +# define OBJECTDUMP_EXPORT #else -# define OBJECTDUMP_EXPORT Q_DECL_IMPORT +# define OBJECTDUMP_EXPORT #endif #endif |