[Pkg-owncloud-commits] [owncloud-client] 208/333: Add translations when using Qt5 as well

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 06082b585adcf94878f47554eaf7ff2f0ef338fa
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Mar 25 19:02:27 2014 +0100

    Add translations when using Qt5 as well
---
 cmake/modules/QtVersionAbstraction.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/modules/QtVersionAbstraction.cmake b/cmake/modules/QtVersionAbstraction.cmake
index 186f2bd..97cb981 100644
--- a/cmake/modules/QtVersionAbstraction.cmake
+++ b/cmake/modules/QtVersionAbstraction.cmake
@@ -40,9 +40,9 @@ if( NOT BUILD_WITH_QT4 )
             qt5_add_resources(${ARGN})
         endmacro()
 
-#        find_package(Qt5LinguistTools REQUIRED)
+        find_package(Qt5LinguistTools REQUIRED)
         macro(qt_add_translation)
-#            qt5_add_translation(${ARGN})
+            qt5_add_translation(${ARGN})
         endmacro()
 
         macro(qt_add_dbus_interface)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list