mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
* Forgot to move XSPFLoader.
This commit is contained in:
@@ -56,7 +56,6 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
||||
topbar/lineedit.cpp
|
||||
topbar/searchbutton.cpp
|
||||
|
||||
xspfloader.cpp
|
||||
transferview.cpp
|
||||
tomahawktrayicon.cpp
|
||||
audiocontrols.cpp
|
||||
@@ -94,7 +93,6 @@ SET( tomahawkHeadersGui ${tomahawkHeadersGui}
|
||||
topbar/lineedit_p.h
|
||||
topbar/searchbutton.h
|
||||
|
||||
xspfloader.h
|
||||
transferview.h
|
||||
tomahawktrayicon.h
|
||||
audiocontrols.h
|
||||
|
@@ -100,6 +100,7 @@ set( libSources
|
||||
utils/proxystyle.cpp
|
||||
utils/widgetdragfilter.cpp
|
||||
utils/animatedsplitter.cpp
|
||||
utils/xspfloader.cpp
|
||||
|
||||
widgets/newplaylistwidget.cpp
|
||||
widgets/welcomewidget.cpp
|
||||
@@ -198,6 +199,7 @@ set( libHeaders
|
||||
utils/progresstreeview.h
|
||||
utils/widgetdragfilter.h
|
||||
utils/animatedsplitter.h
|
||||
utils/xspfloader.h
|
||||
|
||||
widgets/newplaylistwidget.h
|
||||
widgets/welcomewidget.h
|
||||
@@ -241,6 +243,9 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
|
||||
ENDIF( WIN32 )
|
||||
|
||||
IF( APPLE )
|
||||
SET( libSources ${libSources} audio/rtaudiooutput.cpp )
|
||||
SET( libHeaders ${libHeaders} audio/rtaudiooutput.h )
|
||||
|
||||
SET( OS_SPECIFIC_LINK_LIBRARIES
|
||||
${OS_SPECIFIC_LINK_LIBRARIES}
|
||||
${COREAUDIO_LIBRARY}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include "playlist/playlistmodel.h"
|
||||
|
||||
#include "pipeline.h"
|
||||
#include "xspfloader.h"
|
||||
#include "utils/xspfloader.h"
|
||||
|
||||
#include "sourcelist.h"
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "album.h"
|
||||
#include "result.h"
|
||||
#include "playlistinterface.h"
|
||||
#include "playlist/playlistinterface.h"
|
||||
|
||||
#include "dllmacro.h"
|
||||
|
||||
|
Reference in New Issue
Block a user