diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 16:59:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 16:59:40 +0300 |
commit | 8b94ceca60560fd06f60359492c47684eda57e5c (patch) | |
tree | de92ac00a989f124133a470c7f2542fcfd76ac8e /src/CMakeLists.txt | |
parent | 4c5c512dcc2a561172a09cc9962ab6f597c9058c (diff) | |
download | plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.gz plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.bz2 plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.xz plus-8b94ceca60560fd06f60359492c47684eda57e5c.zip |
Move keysortfunctor into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3d4c3cbd7..2fc02e2f1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -761,6 +761,7 @@ SET(SRCS input/keyboarddata.h input/keydata.h input/keyinput.h + input/keysortfunctor.h input/multitouchmanager.cpp input/multitouchmanager.h localconsts.h |