diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-06 10:39:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-06 10:39:45 +0000 |
| commit | cda0f909b32538ec98b891590ae17c4115da0846 (patch) | |
| tree | 30a26589705f3f4c73f5b4bd2a1e529f69a8e5e6 /src/qmmpui/qmmpui.pro | |
| parent | 6f2cb48f2aefdea338d59111fd9f80440b6c1dc1 (diff) | |
| download | qmmp-cda0f909b32538ec98b891590ae17c4115da0846.tar.gz qmmp-cda0f909b32538ec98b891590ae17c4115da0846.tar.bz2 qmmp-cda0f909b32538ec98b891590ae17c4115da0846.zip | |
playlist api changes and optimizations
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@822 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 5148a612e..5c81345a0 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -45,7 +45,8 @@ HEADERS += general.h \ playlistmodel.h \ playstate.h \ fileloader.h \ - mediaplayer.h + mediaplayer.h \ + playlistsettings.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -57,7 +58,8 @@ SOURCES += general.cpp \ playstate.cpp \ playlistitem.cpp \ fileloader.cpp \ - mediaplayer.cpp + mediaplayer.cpp \ + playlistsettings.cpp DESTDIR = . |
