diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-16 17:33:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-16 17:33:05 +0000 |
| commit | 5542ec66d2ce75c8982ac3bb6f8332f6fbc17853 (patch) | |
| tree | e1684cb5c36a22e3f155b858d9be929c83b33555 /src/qmmpui | |
| parent | b42966f700a66e04da86d4c21542d0555a5e168f (diff) | |
| download | qmmp-5542ec66d2ce75c8982ac3bb6f8332f6fbc17853.tar.gz qmmp-5542ec66d2ce75c8982ac3bb6f8332f6fbc17853.tar.bz2 qmmp-5542ec66d2ce75c8982ac3bb6f8332f6fbc17853.zip | |
updated devel files list
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@857 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 17 | ||||
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 16 |
2 files changed, 18 insertions, 15 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index de658a045..4434f3a81 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -65,20 +65,19 @@ SET(libqmmpui_MOC_HDRS ) SET(libqmmpui_DEVEL_HDRS + abstractplaylistitem.h + commandlinemanager.h + commandlineoption.h + filedialogfactory.h + filedialog.h generalfactory.h general.h generalhandler.h - playlistparser.h + mediaplayer.h playlistformat.h - commandlinemanager.h - commandlineoption.h - filedialog.h - filedialogfactory.h - qtfiledialog.h - abstractplaylistitem.h - playlistmodel.h playlistitem.h - mediaplayer.h + playlistmodel.h + playlistparser.h ) diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 5c81345a0..7027a9070 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -74,15 +74,19 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_zh_TW.ts \ translations/libqmmpui_de.ts -devel.files += general.h \ - generalfactory.h \ - generalhandler.h \ - playlistformat.h \ - playlistparser.h \ +devel.files += abstractplaylistitem.h \ commandlinemanager.h \ commandlineoption.h \ + filedialogfactory.h \ filedialog.h \ - filedialogfactory.h + generalfactory.h \ + general.h \ + generalhandler.h \ + mediaplayer.h \ + playlistformat.h \ + playlistitem.h \ + playlistmodel.h \ + playlistparser.h devel.path = /include/qmmpui |
