summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-16 13:16:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-16 13:16:49 +0300
commit9ca8495acdebb975a7b0777e11d7c599e61c0185 (patch)
treec11e7b3e7691d21b79a7fe73fcee782552b63398 /src/CMakeLists.txt
parent3ae82048ca8636ce03e71bdd4c11f60594cfc698 (diff)
downloadplus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.gz
plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.bz2
plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.xz
plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.zip
move inputevent into events directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2a79f5839..9c82f792b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -782,7 +782,7 @@ SET(SRCS
gui/base/font.hpp
gui/base/gui.hpp
gui/base/input.hpp
- gui/base/inputevent.hpp
+ events/inputguievent.h
gui/base/key.hpp
gui/base/keyevent.hpp
gui/base/keyinput.hpp
@@ -815,7 +815,6 @@ SET(SRCS
gui/base/focushandler.cpp
gui/base/font.cpp
gui/base/gui.cpp
- gui/base/inputevent.cpp
gui/base/key.cpp
gui/base/keyevent.cpp
gui/base/keyinput.cpp