[Pkg-owncloud-commits] [qtkeychain] 92/115: Pass -query and the identifier as separate args
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit 59084e35443a0f20367370087aa2b0aea621e67f
Author: Uwe L. Korn <uwelk at xhochy.com>
Date: Mon Nov 18 11:20:08 2013 +0000
Pass -query and the identifier as separate args
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23c70f7..046369b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,7 +126,7 @@ if(NOT QT_TRANSLATIONS_DIR)
get_target_property(QT5_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
# Ask Qt5 where to put the translations
EXEC_PROGRAM( ${QT5_QMAKE_EXECUTABLE}
- ARGS "-query QT_INSTALL_TRANSLATIONS"
+ ARGS -query QT_INSTALL_TRANSLATIONS
OUTPUT_VARIABLE qt_translations_dir )
# make sure we have / and not \ as qmake gives on windows
FILE(TO_CMAKE_PATH "${qt_translations_dir}" qt_translations_dir)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list