summaryrefslogtreecommitdiffstats
path: root/translations/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'translations/CMakeLists.txt')
-rw-r--r--translations/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
new file mode 100644
index 000000000..6beaad12c
--- /dev/null
+++ b/translations/CMakeLists.txt
@@ -0,0 +1,5 @@
+##### build and install translations
+
+if( BUILD_LIB )
+ tqt_create_translation()
+endif()