diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 34 | ||||
| -rw-r--r-- | src/qmmp/qmmp.pro | 33 | ||||
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 28 | ||||
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 28 |
4 files changed, 63 insertions, 60 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 5dcd8119b..325fec452 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -102,30 +102,30 @@ SET(libqmmp_MOC_HDRS ) SET(libqmmp_DEVEL_HDRS - visual.h - decoderfactory.h - visualfactory.h + abstractengine.h + audioparameters.h buffer.h + decoderfactory.h decoder.h - output.h - fileinfo.h - outputfactory.h - soundcore.h effectfactory.h effect.h - qmmp.h - statehandler.h - volume.h - metadatamodel.h - tagmodel.h - abstractengine.h - audioparameters.h - inputsource.h - inputsourcefactory.h enginefactory.h + eqsettings.h + fileinfo.h + inputsourcefactory.h + inputsource.h metadatamanager.h + metadatamodel.h + outputfactory.h + output.h + qmmp.h qmmpsettings.h - eqsettings.h + soundcore.h + statehandler.h + tagmodel.h + visualfactory.h + visual.h + volume.h ) QT4_WRAP_CPP(libqmmp_MOC_SRCS ${libqmmp_MOC_HDRS}) diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index b9f30e72c..dc6280b9f 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -88,30 +88,31 @@ unix { unix { target.path = $$LIB_DIR devel.files += \ + abstractengine.h \ + audioparameters.h \ buffer.h \ - decoder.h \ - output.h \ - outputfactory.h \ decoderfactory.h \ - soundcore.h \ - visual.h \ - visualfactory.h \ - effect.h \ + decoder.h \ effectfactory.h \ - statehandler.h \ - qmmp.h \ + effect.h \ + enginefactory.h \ + eqsettings.h \ fileinfo.h \ - metadatamodel.h \ - tagmodel.h \ - abstractengine.h \ - audioparameters.h \ - inputsource.h \ inputsourcefactory.h \ - enginefactory.h \ + inputsource.h \ metadatamanager.h \ + metadatamodel.h \ + outputfactory.h \ + output.h \ + qmmp.h \ qmmpsettings.h \ - eqsettings.h \ + soundcore.h \ + statehandler.h \ + tagmodel.h \ + visualfactory.h \ + visual.h \ volume.h + devel.path = /include/qmmp INSTALLS += target \ devel diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index f012a37b1..ae500bc83 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -91,27 +91,27 @@ SET(libqmmpui_MOC_HDRS ) SET(libqmmpui_DEVEL_HDRS - generalfactory.h - general.h - uihelper.h - playlistformat.h - playlistparser.h 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 - uiloader.h uifactory.h - configdialog.h - qmmpuisettings.h - playlistdownloader.h + uihelper.h + uiloader.h ) 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 |
