aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpui.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-24 21:25:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-24 21:25:49 +0000
commit515a1723150c48becd8dca94a9e1d1f9f8b38131 (patch)
treee6642ae149bcaaeb664085db37c147cfdd5ded65 /src/qmmpui/qmmpui.pro
parent7dd05abe318e1026ab254ff70b4c84a9b46cfff9 (diff)
downloadqmmp-515a1723150c48becd8dca94a9e1d1f9f8b38131.tar.gz
qmmp-515a1723150c48becd8dca94a9e1d1f9f8b38131.tar.bz2
qmmp-515a1723150c48becd8dca94a9e1d1f9f8b38131.zip
changed command line plugin api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8530 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
-rw-r--r--src/qmmpui/qmmpui.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro
index f8b44d392..eef44225c 100644
--- a/src/qmmpui/qmmpui.pro
+++ b/src/qmmpui/qmmpui.pro
@@ -35,7 +35,6 @@ HEADERS += general.h \
playlistformat.h \
playlistparser.h \
commandlinemanager.h \
- commandlineoption.h \
filedialog.h \
filedialogfactory.h \
qtfiledialog_p.h \
@@ -74,7 +73,8 @@ HEADERS += general.h \
coverviewer_p.h \
metadataformattermenu.h \
qmmpui_export.h \
- covereditor_p.h
+ covereditor_p.h \
+ commandlinehandler.h
SOURCES += general.cpp \
playlistparser.cpp \
@@ -114,7 +114,8 @@ SOURCES += general.cpp \
metadatahelper.cpp \
coverviewer.cpp \
metadataformattermenu.cpp \
- covereditor.cpp
+ covereditor.cpp \
+ commandlinehandler.cpp
FORMS += forms/detailsdialog.ui \
forms/tageditor.ui \
@@ -148,12 +149,13 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \
translations/libqmmpui_sr_BA.ts \
translations/libqmmpui_sr_RS.ts
unix {
- devel.files += general.h \
+ devel.files += \
+ commandlinehandler.h
+ general.h \
generalfactory.h \
playlistformat.h \
playlistparser.h \
commandlinemanager.h \
- commandlineoption.h \
filedialog.h \
filedialogfactory.h \
playlistitem.h \