diff options
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/qmmp/qmmp.pro | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 813d0bd39..884d12114 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -107,6 +107,7 @@ SET(libqmmp_DEVEL_HDRS audioconverter.h audioparameters.h buffer.h + channelmap.h decoderfactory.h decoder.h effectfactory.h @@ -128,7 +129,6 @@ SET(libqmmp_DEVEL_HDRS visualfactory.h visual.h volume.h - channelmap.h ) # Don't forget to include output directory, otherwise diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro index 0bf127f95..7a6baa5c8 100644 --- a/src/qmmp/qmmp.pro +++ b/src/qmmp/qmmp.pro @@ -112,6 +112,7 @@ unix { audioconverter.h \ audioparameters.h \ buffer.h \ + channelmap.h \ decoderfactory.h \ decoder.h \ effectfactory.h \ @@ -132,8 +133,7 @@ unix { tagmodel.h \ visualfactory.h \ visual.h \ - volume.h \ - channelmap.h + volume.h devel.path = /include/qmmp INSTALLS += target \ |
