diff --git a/admin/win/revision.txt b/admin/win/revision.txt index 4800c7da6..eebd1d10b 100644 --- a/admin/win/revision.txt +++ b/admin/win/revision.txt @@ -1 +1 @@ -58 \ No newline at end of file +61 \ No newline at end of file diff --git a/src/libtomahawk/utils/animatedcounterlabel.h b/src/libtomahawk/utils/animatedcounterlabel.h index 3cf22c8da..2ea8b67ca 100644 --- a/src/libtomahawk/utils/animatedcounterlabel.h +++ b/src/libtomahawk/utils/animatedcounterlabel.h @@ -8,7 +8,9 @@ #include #include -class AnimatedCounterLabel : public QLabel +#include "dllmacro.h" + +class DLLEXPORT AnimatedCounterLabel : public QLabel { Q_OBJECT diff --git a/src/libtomahawk/utils/xspfloader.h b/src/libtomahawk/utils/xspfloader.h index 0572c5094..f264c62a9 100644 --- a/src/libtomahawk/utils/xspfloader.h +++ b/src/libtomahawk/utils/xspfloader.h @@ -15,7 +15,9 @@ #include "playlist.h" #include "typedefs.h" -class XSPFLoader : public QObject +#include "dllmacro.h" + +class DLLEXPORT XSPFLoader : public QObject { Q_OBJECT