From 90d3aeb642ba4d6445932343010294a39b33efe2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 12 Nov 2009 22:00:02 +0000 Subject: added multiple playlists support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1363 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpui.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/qmmpui.pro') diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index ea0cb623b..e3096c8cc 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -36,7 +36,8 @@ HEADERS += general.h \ mediaplayer.h \ playlistsettings.h \ detailsdialog.h \ - tageditor.h + tageditor.h \ + playlistmanager.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -51,7 +52,8 @@ SOURCES += general.cpp \ mediaplayer.cpp \ playlistsettings.cpp \ detailsdialog.cpp \ - tageditor.cpp + tageditor.cpp \ + playlistmanager.cpp FORMS += detailsdialog.ui \ tageditor.ui unix:DESTDIR = . -- cgit v1.2.3-13-gbd6f