diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-13 18:43:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-13 18:43:44 +0000 |
| commit | efbc45fe46c0e16ee2587e4f5cf8467e7e6ba14d (patch) | |
| tree | 125cbe83bc95bd471f2264baa1a6f4e6822535e7 /src/qmmpui/qmmpui.pro | |
| parent | 196ec0a9a9be48c99f4c9ed1d91b1793288ebb20 (diff) | |
| download | qmmp-efbc45fe46c0e16ee2587e4f5cf8467e7e6ba14d.tar.gz qmmp-efbc45fe46c0e16ee2587e4f5cf8467e7e6ba14d.tar.bz2 qmmp-efbc45fe46c0e16ee2587e4f5cf8467e7e6ba14d.zip | |
updated api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1624 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 51f2cef04..b766a574f 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -76,18 +76,22 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_pl.ts unix { devel.files += abstractplaylistitem.h \ - commandlinemanager.h \ - commandlineoption.h \ - filedialogfactory.h \ - filedialog.h \ - generalfactory.h \ - general.h \ - generalhandler.h \ - mediaplayer.h \ - playlistformat.h \ - playlistitem.h \ - playlistmodel.h \ - playlistparser.h + generalfactory.h \ + generalhandler.h \ + playlistformat.h \ + playlistparser.h \ + commandlinemanager.h \ + commandlineoption.h \ + filedialog.h \ + filedialogfactory.h \ + abstractplaylistitem.h \ + playlistitem.h \ + playlistmodel.h \ + mediaplayer.h \ + detailsdialog.h \ + playlistmanager.h \ + metadataformatter.h \ + templateeditor.h devel.path = /include/qmmpui INSTALLS += target \ devel |
