[Pkg-owncloud-commits] [qtkeychain] 106/115: Also use a different include dir when built with Qt5
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:49 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 f67bad92433874bd893fad31db8371a1ec115637
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Wed Mar 12 16:54:40 2014 +0100
Also use a different include dir when built with Qt5
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1624578..8e9d55c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,7 +153,7 @@ set_target_properties(${QTKEYCHAIN_TARGET_NAME} PROPERTIES
)
install(FILES keychain.h qkeychain_export.h
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/qtkeychain/
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/qt${QTKEYCHAIN_VERSION_INFIX}keychain/
)
install(TARGETS ${QTKEYCHAIN_TARGET_NAME}
--
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