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 | |
| 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')
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 17 | ||||
| -rw-r--r-- | src/qmmp/qmmp.pro | 20 | ||||
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 17 | ||||
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 16 |
4 files changed, 36 insertions, 34 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 26c633b89..bbf68a8b5 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -77,22 +77,21 @@ SET(libqmmp_MOC_HDRS ) SET(libqmmp_DEVEL_HDRS - visual.h - recycler.h buffer.h constants.h - decoder.h - output.h - fileinfo.h - outputfactory.h decoderfactory.h - soundcore.h - streamreader.h - downloader.h + decoder.h effectfactory.h effect.h + fileinfo.h + outputfactory.h + output.h qmmp.h + recycler.h + soundcore.h statehandler.h + visualfactory.h + visual.h volumecontrol.h ) diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index 1f3334860..139b3825b 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -62,21 +62,21 @@ contains(CONFIG, SVN_VERSION){ target.path = $$LIB_DIR -devel.files += recycler.h \ - buffer.h \ +devel.files += buffer.h \ constants.h \ + decoderfactory.h \ decoder.h \ - output.h \ - filetag.h \ + effectfactory.h \ + effect.h \ + fileinfo.h \ outputfactory.h \ - decoderfactory.h \ + output.h \ + qmmp.h \ + recycler.h \ soundcore.h \ - streamreader.h \ - downloader.h \ - visual.h \ + statehandler.h \ visualfactory.h \ - effect.h \ - effectfactory.h \ + visual.h \ volumecontrol.h devel.path = /include/qmmp 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 |
