summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-15 00:59:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-15 00:59:08 +0300
commitf3ece7309f38275dc0615422294831fd79830798 (patch)
treebb9548953ef337255e2cb23bfdbe1e2541481900 /src/CMakeLists.txt
parent667cce07fe604b3983bf6e409fe5e9137fa5e81a (diff)
downloadplus-f3ece7309f38275dc0615422294831fd79830798.tar.gz
plus-f3ece7309f38275dc0615422294831fd79830798.tar.bz2
plus-f3ece7309f38275dc0615422294831fd79830798.tar.xz
plus-f3ece7309f38275dc0615422294831fd79830798.zip
Move keylistmodel into separate file.
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 785c949b2..34084e026 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -151,6 +151,7 @@ SET(SRCS
gui/models/iconsmodel.h
gui/models/ignorechoiceslistmodel.h
gui/models/itemsmodel.h
+ gui/models/keylistmodel.h
gui/widgets/flowcontainer.cpp
gui/widgets/flowcontainer.h
gui/widgets/tabs/gmtab.cpp