aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Markus Rennings2010-04-23 21:53:24 +0000
committerGravatar Markus Rennings2010-04-23 21:53:24 +0000
commitb64d573b75ecaf4700af577f1e4c5c43ef6fe4a2 (patch)
tree5017fed054852bd6ad62f868dcebea38129c62da
parentupdate (diff)
downloadKVIrc-b64d573b75ecaf4700af577f1e4c5c43ef6fe4a2.tar.gz
KVIrc-b64d573b75ecaf4700af577f1e4c5c43ef6fe4a2.tar.bz2
KVIrc-b64d573b75ecaf4700af577f1e4c5c43ef6fe4a2.zip
added classeditor to messages extraction
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4290 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--po/modules/CMakeLists.txt1
-rw-r--r--po/modules/classeditor/CMakeLists.txt10
2 files changed, 11 insertions, 0 deletions
diff --git a/po/modules/CMakeLists.txt b/po/modules/CMakeLists.txt
index 366a5f4ec..bde13dc6b 100644
--- a/po/modules/CMakeLists.txt
+++ b/po/modules/CMakeLists.txt
@@ -7,6 +7,7 @@ SET(TRANSLATION_BASEDIR "src")
SUBDIRS(
about
addon
+ classeditor
dcc
editor
filetransferwindow
diff --git a/po/modules/classeditor/CMakeLists.txt b/po/modules/classeditor/CMakeLists.txt
new file mode 100644
index 000000000..7b55b4f63
--- /dev/null
+++ b/po/modules/classeditor/CMakeLists.txt
@@ -0,0 +1,10 @@
+# CMakeLists for po/modules/classeditor
+
+FILE(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po")
+FILE(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo")
+
+SET(POTFILE classeditor.pot)
+SET(XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/classeditor)
+
+# Install target
+INCLUDE(${CMAKE_SOURCE_DIR}/cmake/translation.rules.txt)