aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpui.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-04 17:53:55 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-04 17:53:55 +0000
commitdc0e3abbbbed90461906493e3fad84b76eb520c5 (patch)
tree473b7356ae9481d8443dd9b7eed3ac2d7bbd4a1b /src/qmmpui/qmmpui.pro
parentfa1e4194bf6b89b9a6b7a9da3672a20643bc9afc (diff)
downloadqmmp-dc0e3abbbbed90461906493e3fad84b76eb520c5.tar.gz
qmmp-dc0e3abbbbed90461906493e3fad84b76eb520c5.tar.bz2
qmmp-dc0e3abbbbed90461906493e3fad84b76eb520c5.zip
added jump-to-track api function
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2268 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
-rw-r--r--src/qmmpui/qmmpui.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro
index 01bda0ae2..d466c634d 100644
--- a/src/qmmpui/qmmpui.pro
+++ b/src/qmmpui/qmmpui.pro
@@ -40,7 +40,8 @@ HEADERS += general.h \
templateeditor.h \
uifactory.h \
uiloader.h \
- uihelper.h
+ uihelper.h \
+ jumptotrackdialog_p.h
SOURCES += general.cpp \
playlistparser.cpp \
commandlinemanager.cpp \
@@ -58,10 +59,12 @@ SOURCES += general.cpp \
metadataformatter.cpp \
templateeditor.cpp \
uiloader.cpp \
- uihelper.cpp
+ uihelper.cpp \
+ jumptotrackdialog.cpp
FORMS += forms/detailsdialog.ui \
forms/tageditor.ui \
- forms/templateeditor.ui
+ forms/templateeditor.ui \
+ forms/jumptotrackdialog.ui
unix:DESTDIR = .
RESOURCES += translations/libqmmpui_locales.qrc
TRANSLATIONS = translations/libqmmpui_ru.ts \