aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NOTICE5
-rw-r--r--src/plugins/CommandLineOptions/CMakeLists.txt2
-rw-r--r--src/plugins/General/CMakeLists.txt6
-rw-r--r--src/qmmpui/CMakeLists.txt8
5 files changed, 12 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6135b568..a3f31e30f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,3 @@
-MESSAGE(FATAL_ERROR "This revision is broken. Use r3864 instead")
-
cmake_minimum_required(VERSION 2.6.0)
#freebsd support
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index b302eb096..000000000
--- a/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Current version is broken.
-
-Use the following command to obtain the latest working version:
-
-svn up -r3864
diff --git a/src/plugins/CommandLineOptions/CMakeLists.txt b/src/plugins/CommandLineOptions/CMakeLists.txt
index 51aae5fdb..5fcde7b7f 100644
--- a/src/plugins/CommandLineOptions/CMakeLists.txt
+++ b/src/plugins/CommandLineOptions/CMakeLists.txt
@@ -1,4 +1,4 @@
add_subdirectory(IncDecVolumeOption)
add_subdirectory(SeekOption)
add_subdirectory(StatusOption)
-add_subdirectory(PlayListOption)
+#add_subdirectory(PlayListOption)
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index b30d8bc52..c384c31c4 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -37,15 +37,15 @@ add_subdirectory(lyrics)
ENDIF(USE_LYRICS)
IF(USE_HAL)
-add_subdirectory(hal)
+#add_subdirectory(hal)
ENDIF(USE_HAL)
IF(USE_UDISKS2)
-add_subdirectory(udisks2)
+#add_subdirectory(udisks2)
ENDIF(USE_UDISKS2)
IF(USE_UDISKS)
-add_subdirectory(udisks)
+#add_subdirectory(udisks)
ENDIF(USE_UDISKS)
IF(USE_HOTKEY)
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 1e9be7151..dc014f0ed 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -37,6 +37,9 @@ SET(libqmmpui_SRCS
playstate.cpp
playlistmodel.cpp
playlistitem.cpp
+ playlistgroup.cpp
+ playlisttrack.cpp
+ playlistcontainer.cpp
mediaplayer.cpp
detailsdialog.cpp
tageditor.cpp
@@ -64,6 +67,9 @@ SET(libqmmpui_HDRS
filedialogfactory.h
playstate_p.h
playlistitem.h
+ playlistgroup.h
+ playlisttrack.h
+ playlistcontainer.h
metadataformatter.h
uiloader.h
uifactory.h
@@ -108,6 +114,8 @@ SET(libqmmpui_DEVEL_HDRS
playlistdownloader.h
playlistformat.h
playlistitem.h
+ playlistgroup.h
+ playlisttrack.h
playlistmanager.h
playlistmodel.h
playlistparser.h