mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 00:42:04 +02:00
* Remove TopBar from CMakeLists.txt.
This commit is contained in:
parent
080b1b1817
commit
f23543217e
@ -88,11 +88,7 @@ set( libGuiSources
|
||||
playlist/dynamic/widgets/CollapsibleControls.cpp
|
||||
playlist/dynamic/widgets/DynamicSetupWidget.cpp
|
||||
|
||||
playlist/topbar/TopBar.cpp
|
||||
playlist/topbar/ClearButton.cpp
|
||||
playlist/topbar/SearchLineEdit.cpp
|
||||
playlist/topbar/LineEdit.cpp
|
||||
playlist/topbar/SearchButton.cpp
|
||||
|
||||
|
||||
ExternalResolverGui.cpp
|
||||
resolvers/ScriptResolver.cpp
|
||||
@ -119,6 +115,8 @@ set( libGuiSources
|
||||
utils/SharedTimeLine.cpp
|
||||
|
||||
widgets/AnimatedCounterLabel.cpp
|
||||
widgets/Breadcrumb.cpp
|
||||
widgets/BreadcrumbButton.cpp
|
||||
widgets/CheckDirTree.cpp
|
||||
widgets/QueryLabel.cpp
|
||||
widgets/ImageButton.cpp
|
||||
@ -146,8 +144,10 @@ set( libGuiSources
|
||||
widgets/infowidgets/ArtistInfoWidget.cpp
|
||||
widgets/infowidgets/AlbumInfoWidget.cpp
|
||||
widgets/infowidgets/TrackInfoWidget.cpp
|
||||
widgets/Breadcrumb.cpp
|
||||
widgets/BreadcrumbButton.cpp
|
||||
widgets/searchlineedit/ClearButton.cpp
|
||||
widgets/searchlineedit/LineEdit.cpp
|
||||
widgets/searchlineedit/SearchButton.cpp
|
||||
widgets/searchlineedit/SearchLineEdit.cpp
|
||||
)
|
||||
|
||||
IF(QCA2_FOUND)
|
||||
@ -317,7 +317,6 @@ set( libUI ${libUI}
|
||||
widgets/infowidgets/ArtistInfoWidget.ui
|
||||
widgets/infowidgets/AlbumInfoWidget.ui
|
||||
widgets/infowidgets/TrackInfoWidget.ui
|
||||
playlist/topbar/TopBar.ui
|
||||
playlist/QueueView.ui
|
||||
filemetadata/MetadataEditor.ui
|
||||
context/ContextWidget.ui
|
||||
|
Loading…
x
Reference in New Issue
Block a user