summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastien Braun2010-10-06 14:55:32 +0200
committerSebastien Braun2010-10-06 14:55:32 +0200
commita450fca8bd1964be1a4eb846ace7e0d4849d8d48 (patch)
treeb24fb6f712132f0c3a5622a4162c8e8fb199a1bd /CMakeLists.txt
parentChange location of pvsprivinputd.conf to /etc/ (diff)
downloadpvs-a450fca8bd1964be1a4eb846ace7e0d4849d8d48.tar.gz
pvs-a450fca8bd1964be1a4eb846ace7e0d4849d8d48.tar.xz
pvs-a450fca8bd1964be1a4eb846ace7e0d4849d8d48.zip
Add headers containing translated strings to sources for pvsmgr[touch]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4214fd3..85fb968 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,6 +103,12 @@ 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
)
# pvs