From 515a1723150c48becd8dca94a9e1d1f9f8b38131 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 24 Dec 2018 21:25:49 +0000 Subject: 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 --- src/qmmpui/qmmpui.pro | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/qmmpui/qmmpui.pro') 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 \ -- cgit v1.2.3-13-gbd6f