diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-30 17:58:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-30 18:10:24 +0300 |
commit | c9a84749b3b71d4df6cc3b9b488d60dc4a013a20 (patch) | |
tree | 961f8c54d593d62871fae00c2e1030cdd682634a /src/CMakeLists.txt | |
parent | 59d0e4b1d9fc1f876ac98d677e48d818affe3d42 (diff) | |
download | plus-c9a84749b3b71d4df6cc3b9b488d60dc4a013a20.tar.gz plus-c9a84749b3b71d4df6cc3b9b488d60dc4a013a20.tar.bz2 plus-c9a84749b3b71d4df6cc3b9b488d60dc4a013a20.tar.xz plus-c9a84749b3b71d4df6cc3b9b488d60dc4a013a20.zip |
Move inputaction into enums directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 805327f26..55cea4c33 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -902,7 +902,7 @@ SET(SRCS spellshortcut.h textcommand.cpp textcommand.h - input/inputaction.h + enums/input/inputaction.h input/inputactiondata.h input/inputactionmap.h input/inputactionsortfunctor.h |