diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-22 19:16:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-22 19:16:29 +0000 |
| commit | aecf8592751e7beb682fcd5bc8c5b1d38335fa84 (patch) | |
| tree | cf267363944faafb7b29370d27f6ae19fbcc7647 /src/qmmpui/qmmpui.pro | |
| parent | 954146ff9b69591f0cf3895e96922bb55ad88502 (diff) | |
| download | qmmp-aecf8592751e7beb682fcd5bc8c5b1d38335fa84.tar.gz qmmp-aecf8592751e7beb682fcd5bc8c5b1d38335fa84.tar.bz2 qmmp-aecf8592751e7beb682fcd5bc8c5b1d38335fa84.zip | |
libqmmpui: added URL dialog implementation, added PlayListDownloader
class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3089 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 5ef7d6908..7861bb10c 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -46,7 +46,9 @@ HEADERS += general.h \ pluginitem_p.h \ aboutdialog_p.h \ qmmpuisettings.h \ - radioitemdelegate_p.h + radioitemdelegate_p.h \ + playlistdownloader.h \ + addurldialog_p.h SOURCES += general.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ @@ -69,13 +71,16 @@ SOURCES += general.cpp \ pluginitem.cpp \ aboutdialog.cpp \ qmmpuisettings.cpp \ - radioitemdelegate.cpp + radioitemdelegate.cpp \ + playlistdownloader.cpp \ + addurldialog.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui \ forms/jumptotrackdialog.ui \ forms/configdialog.ui \ - forms/aboutdialog.ui + forms/aboutdialog.ui \ + forms/addurldialog.ui unix:DESTDIR = . RESOURCES += translations/libqmmpui_locales.qrc \ images/qmmpui_images.qrc \ @@ -114,7 +119,8 @@ unix { uifactory.h \ uiloader.h \ uihelper.h \ - qmmpuisettings.h + qmmpuisettings.h \ + playlistdownloader.h devel.path = /include/qmmpui INSTALLS += target \ devel @@ -125,3 +131,8 @@ unix { + + + + + |
