aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-15 21:16:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-15 21:16:04 +0000
commit74db88efcf605819c33594dc3d80746526bf2c80 (patch)
tree177bfebbd98801fc2fe1b8f7a758f3164075362d /src
parent4cbe827380796b7567ebb29bccda6f0cff20e507 (diff)
downloadqmmp-74db88efcf605819c33594dc3d80746526bf2c80.tar.gz
qmmp-74db88efcf605819c33594dc3d80746526bf2c80.tar.bz2
qmmp-74db88efcf605819c33594dc3d80746526bf2c80.zip
added trackinfo.h installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8151 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-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 \