From 7cd6af4933f874e7754934bbf0248810a10776e6 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 8 Jun 2013 10:21:22 +0200 Subject: [PATCH] * Forgot to add HistoryWidget to CMakeLists.txt. --- src/libtomahawk/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index eab991cb5..9159091db 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -140,6 +140,7 @@ set( libGuiSources widgets/SeekSlider.cpp widgets/PlaylistTypeSelectorDialog.cpp widgets/Dashboard.cpp + widgets/HistoryWidget.cpp widgets/WhatsHotWidget.cpp widgets/NewReleasesWidget.cpp widgets/ChartDataLoader.cpp