mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
taghandlers should be part of the core library not of the gui library
This commit is contained in:
@@ -102,14 +102,6 @@ set( libGuiSources
|
|||||||
|
|
||||||
sip/SipModel.cpp
|
sip/SipModel.cpp
|
||||||
|
|
||||||
taghandlers/tag.cpp
|
|
||||||
taghandlers/apetag.cpp
|
|
||||||
taghandlers/asftag.cpp
|
|
||||||
taghandlers/id3v1tag.cpp
|
|
||||||
taghandlers/id3v2tag.cpp
|
|
||||||
taghandlers/mp4tag.cpp
|
|
||||||
taghandlers/oggtag.cpp
|
|
||||||
|
|
||||||
utils/widgetdragfilter.cpp
|
utils/widgetdragfilter.cpp
|
||||||
utils/xspfgenerator.cpp
|
utils/xspfgenerator.cpp
|
||||||
utils/jspfloader.cpp
|
utils/jspfloader.cpp
|
||||||
@@ -407,6 +399,14 @@ set( libSources
|
|||||||
playlist/dynamic/database/DatabaseControl.cpp
|
playlist/dynamic/database/DatabaseControl.cpp
|
||||||
playlist/dynamic/DynamicControl.cpp
|
playlist/dynamic/DynamicControl.cpp
|
||||||
|
|
||||||
|
taghandlers/tag.cpp
|
||||||
|
taghandlers/apetag.cpp
|
||||||
|
taghandlers/asftag.cpp
|
||||||
|
taghandlers/id3v1tag.cpp
|
||||||
|
taghandlers/id3v2tag.cpp
|
||||||
|
taghandlers/mp4tag.cpp
|
||||||
|
taghandlers/oggtag.cpp
|
||||||
|
|
||||||
utils/tomahawkutils.cpp
|
utils/tomahawkutils.cpp
|
||||||
utils/logger.cpp
|
utils/logger.cpp
|
||||||
utils/qnr_iodevicestream.cpp
|
utils/qnr_iodevicestream.cpp
|
||||||
|
Reference in New Issue
Block a user