aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmp/CMakeLists.txt1
-rw-r--r--src/qmmp/qmmp.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt
index fd0a33dac..3e868ce18 100644
--- a/src/qmmp/CMakeLists.txt
+++ b/src/qmmp/CMakeLists.txt
@@ -120,6 +120,7 @@ SET(libqmmp_DEVEL_HDRS
soundcore.h
statehandler.h
tagmodel.h
+ trackinfo.h
visualfactory.h
visual.h
volume.h
diff --git a/src/qmmp/qmmp.pro b/src/qmmp/qmmp.pro
index b6aa4bbcf..040044131 100644
--- a/src/qmmp/qmmp.pro
+++ b/src/qmmp/qmmp.pro
@@ -133,6 +133,7 @@ unix {
soundcore.h \
statehandler.h \
tagmodel.h \
+ trackinfo.h \
visualfactory.h \
visual.h \
volume.h \