From 24af8da3f8942c200ba0058341a66a888224aa3c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 1 Nov 2010 17:54:27 +0000 Subject: changed playlist api, prepare for shortcut editor implementation, fixed direcory scan order (Closes issue 207) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1970 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/ui.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/ui/ui.pro') diff --git a/src/ui/ui.pro b/src/ui/ui.pro index 3cabae11e..6fb6f0c8b 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -57,7 +57,9 @@ HEADERS += mainwindow.h \ popupsettings.h \ windowsystem.h \ viewmenu.h \ - lxdesupport.h + lxdesupport.h \ + actionmanager.h \ + shortcutitem.h SOURCES += mainwindow.cpp \ mp3player.cpp \ button.cpp \ @@ -109,7 +111,9 @@ SOURCES += mainwindow.cpp \ popupsettings.cpp \ windowsystem.cpp \ viewmenu.cpp \ - lxdesupport.cpp + lxdesupport.cpp \ + actionmanager.cpp \ + shortcutitem.cpp win32:HEADERS += ../qmmp/visual.h unix { HEADERS += -- cgit v1.2.3-13-gbd6f