aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmp/CMakeLists.txt17
-rw-r--r--src/qmmp/qmmp.pro20
-rw-r--r--src/qmmpui/CMakeLists.txt17
-rw-r--r--src/qmmpui/qmmpui.pro16
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