[med-svn] [fw4spl] 01/01: add patch to fix the 'qt.conf' issue

Corentin Desfarges corentin-guest at moszumanska.debian.org
Thu Oct 9 09:39:29 UTC 2014


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

corentin-guest pushed a commit to branch master
in repository fw4spl.

commit 95f0dfbb12951a78b31bdc9ea49cc6b0700bec35
Author: Corentin Desfarges <corentin.desfarges at gmail.com>
Date:   Thu Oct 9 11:38:16 2014 +0200

    add patch to fix the 'qt.conf' issue
---
 debian/patches/fix_qtconf.patch | 11 +++++++++++
 debian/patches/series           |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix_qtconf.patch b/debian/patches/fix_qtconf.patch
new file mode 100644
index 0000000..e1214ee
--- /dev/null
+++ b/debian/patches/fix_qtconf.patch
@@ -0,0 +1,11 @@
+--- a/SrcLib/core/fwGuiQt/CMakeLists.txt
++++ b/SrcLib/core/fwGuiQt/CMakeLists.txt
+@@ -9,7 +9,7 @@
+ if(CLASSIC_INSTALL)
+ 	configure_file("${CMAKE_CURRENT_LIST_DIR}/bin/qt.conf" "${CMAKE_BINARY_DIR}/bin/qt.conf")
+ else()
+-	configure_file("${CMAKE_CURRENT_LIST_DIR}/bin/qt.conf" "${BINFW4SPL}/qt.conf")
++	configure_file("${CMAKE_CURRENT_LIST_DIR}/bin/qt.conf" "${RUNTIME_OUTPUT_DIR}/qt.conf")
+ endif()
+ 
+ if(${FWPROJECT_NAME}_INSTALL)
diff --git a/debian/patches/series b/debian/patches/series
index 2b0f80d..13480f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+fix_qtconf.patch
 remove_fwItkIOTest.patch
 build_vrrender_only.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git



More information about the debian-med-commit mailing list