summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 23:35:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 23:35:31 +0300
commit5bd149387fe8ce35915e9c58d35938eb03b99051 (patch)
tree51ee1f65521d1542366e5931248759a9e7636e1b /src/CMakeLists.txt
parent5c53d50e9da718690e3f8d055ecd3bf10a866267 (diff)
downloadplus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.gz
plus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.bz2
plus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.xz
plus-5bd149387fe8ce35915e9c58d35938eb03b99051.zip
Move soundsmodel into gui/models directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bff6a6ae1..857b09896 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -219,6 +219,7 @@ SET(SRCS
gui/widgets/skillinfo.h
gui/models/skillmodel.cpp
gui/models/skillmodel.h
+ gui/models/soundsmodel.h
gui/widgets/slider.cpp
gui/widgets/slider.h
gui/widgets/sliderlist.cpp