diff options
| author | Sebastien Braun | 2010-10-07 22:54:10 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-07 22:54:10 +0200 |
| commit | e61097b8881bc7e72a5499816cb1199ea274a3ca (patch) | |
| tree | bcfa9f3fe3f43af02845bc21367de395b248600c /src/input/CMakeLists.txt | |
| parent | Make behaviour on lookup failures configurable (diff) | |
| download | pvs-e61097b8881bc7e72a5499816cb1199ea274a3ca.tar.gz pvs-e61097b8881bc7e72a5499816cb1199ea274a3ca.tar.xz pvs-e61097b8881bc7e72a5499816cb1199ea274a3ca.zip | |
Rework template meta-magic
- No more implicit dependency on Boost.MPL
- Better documentation for template magic
- Move input handler policies to handler definitions where they belong
- Separate out event descriptions from handlers
Diffstat (limited to 'src/input/CMakeLists.txt')
| -rw-r--r-- | src/input/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index 20fd531..689fd39 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -2,6 +2,8 @@ include(${QT_USE_FILE}) set(pvsinput_SRCS inputEvent.cpp + unprivilegedInputHandlerChain.cpp + inputEventHandler.cpp ) if(UNIX) @@ -23,7 +25,8 @@ if(UNIX) killX11Handler.cpp magicSysRqHandler.cpp sayHelloHandler.cpp - inputEventHandler.cpp + privilegedInputHandlerChain.cpp + allowLocalOrPrivileged.cpp ) set(pvsprivinputd_MOC_HDRS |
