summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 15:36:51 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 15:36:51 +0300
commit3d7cb45edeb4f75bad321d54d84fe2d13b487db9 (patch)
tree074f167b531f47c9df0e7ca68e8d2bbceee8284b /src/CMakeLists.txt
parent3042755e9a5ad302f4b5d6f5ed8a06a32fa3f32b (diff)
downloadplus-3d7cb45edeb4f75bad321d54d84fe2d13b487db9.tar.gz
plus-3d7cb45edeb4f75bad321d54d84fe2d13b487db9.tar.bz2
plus-3d7cb45edeb4f75bad321d54d84fe2d13b487db9.tar.xz
plus-3d7cb45edeb4f75bad321d54d84fe2d13b487db9.zip
Move mouseeventtype 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 3b956b482..7b5dc4ef3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -913,6 +913,7 @@ SET(SRCS
gui/models/listmodel.h
gui/models/magicschoolmodel.h
events/mouseevent.h
+ events/mouseeventtype.h
listeners/mouselistener.h
listeners/openurllistener.h
listeners/playerlistener.cpp