diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-24 21:25:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-24 21:25:49 +0000 |
| commit | 515a1723150c48becd8dca94a9e1d1f9f8b38131 (patch) | |
| tree | e6642ae149bcaaeb664085db37c147cfdd5ded65 /src/qmmpui/CMakeLists.txt | |
| parent | 7dd05abe318e1026ab254ff70b4c84a9b46cfff9 (diff) | |
| download | qmmp-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/CMakeLists.txt')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 6b61f85ab..ffd148b3c 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -22,6 +22,7 @@ SET(libqmmpui_SRCS uihelper.cpp playlistparser.cpp commandlinemanager.cpp + commandlinehandler.cpp filedialog.cpp qtfiledialog.cpp fileloader.cpp @@ -63,7 +64,7 @@ SET(libqmmpui_HDRS generalfactory.h playlistformat.h commandlinemanager.h - commandlineoption.h + commandlinehandler.h filedialogfactory.h playstate_p.h playlistitem.h @@ -86,7 +87,7 @@ SET(libqmmpui_HDRS SET(libqmmpui_DEVEL_HDRS commandlinemanager.h - commandlineoption.h + commandlinehandler.h configdialog.h detailsdialog.h filedialogfactory.h |
