summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastien Braun2010-10-10 01:42:51 +0200
committerSebastien Braun2010-10-10 14:05:38 +0200
commitb4a5c00cd583458a83577e3f0148d33ccaae2794 (patch)
treef639944997b81a2259d93f95fe20a0af5fe64913 /CMakeLists.txt
parentAdd some comments to inputEventHandler.h (diff)
downloadpvs-b4a5c00cd583458a83577e3f0148d33ccaae2794.tar.gz
pvs-b4a5c00cd583458a83577e3f0148d33ccaae2794.tar.xz
pvs-b4a5c00cd583458a83577e3f0148d33ccaae2794.zip
Remove input headers from PVSMGR_SRCS in CMakeLists.txt as they do not contribute translatable strings anymore
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc695ce..4214fd3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,13 +103,6 @@ SET( PVSMGR_SRCS
src/util/serviceDiscoveryUtil.cpp
src/gui/aboutDialog.cpp
src/gui/multicastConfigDialog.cpp
-
- # We need the following headers for translations.
- # They will not be compiled.
- src/input/killX11Handler.h
- src/input/rebootSystemHandler.h
- src/input/sayHelloHandler.h
- src/input/magicSysRqHandler.h
)
# pvs