diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-29 05:09:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-29 05:09:20 +0000 |
| commit | d2af105139113916417b8a9f03624d01df35b147 (patch) | |
| tree | 57bd3a4ed73f21ee58b166dbc0f1a8fd8374a2b7 /src/qmmpui/qmmpui.pro | |
| parent | 2e6f35edb93d76eecc00beeb8a7572b5ef8a11d0 (diff) | |
| download | qmmp-d2af105139113916417b8a9f03624d01df35b147.tar.gz qmmp-d2af105139113916417b8a9f03624d01df35b147.tar.bz2 qmmp-d2af105139113916417b8a9f03624d01df35b147.zip | |
updated development files list
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3368 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 7861bb10c..9f75cf62d 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -101,26 +101,28 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_es.ts \ translations/libqmmpui_sk.ts unix { - devel.files += general.h \ - generalfactory.h \ - playlistformat.h \ - playlistparser.h \ - commandlinemanager.h \ + devel.files += commandlinemanager.h \ commandlineoption.h \ - filedialog.h \ + configdialog.h \ + detailsdialog.h \ filedialogfactory.h \ - playlistitem.h \ - playlistmodel.h \ + filedialog.h \ + generalfactory.h \ + general.h \ mediaplayer.h \ - detailsdialog.h \ - playlistmanager.h \ metadataformatter.h \ + playlistdownloader.h \ + playlistformat.h \ + playlistitem.h \ + playlistmanager.h \ + playlistmodel.h \ + playlistparser.h \ + qmmpuisettings.h \ templateeditor.h \ uifactory.h \ - uiloader.h \ uihelper.h \ - qmmpuisettings.h \ - playlistdownloader.h + uiloader.h + devel.path = /include/qmmpui INSTALLS += target \ devel |
