[mingw-qt5-qtbase] Try harder to fix detection of the uic tool when using CMake

Erik van Pienbroek epienbro at fedoraproject.org
Wed Nov 27 23:31:06 UTC 2013


commit e4074cfada806937546268042682d96869cf7931
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Nov 28 00:30:54 2013 +0100

    Try harder to fix detection of the uic tool when using CMake

 mingw-qt5-qtbase.spec       |    5 ++++-
 qt5-fix-cmake-support.patch |    7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/mingw-qt5-qtbase.spec b/mingw-qt5-qtbase.spec
index 5bf3e9f..dbedb70 100644
--- a/mingw-qt5-qtbase.spec
+++ b/mingw-qt5-qtbase.spec
@@ -23,7 +23,7 @@
 
 Name:           mingw-qt5-qtbase
 Version:        5.2.0
-Release:        0.2%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        0.3%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtBase component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -728,6 +728,9 @@ sed -i s@'#QT_TOOL'@'QT_TOOL'@ $RPM_BUILD_ROOT%{mingw64_datadir}/qt5/mkspecs/%{p
 
 
 %changelog
+* Wed Nov 27 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.0-0.3.beta1
+- Try harder to fix detection of the uic tool when using CMake
+
 * Tue Nov 26 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.0-0.2.beta1
 - Fix detection of the uic tool when using CMake (RHBZ #1019952)
 
diff --git a/qt5-fix-cmake-support.patch b/qt5-fix-cmake-support.patch
index d5d7dca..06351a5 100644
--- a/qt5-fix-cmake-support.patch
+++ b/qt5-fix-cmake-support.patch
@@ -38,15 +38,18 @@
  
 --- src/widgets/Qt5WidgetsConfigExtras.cmake.in.orig	2013-11-26 19:48:08.588107974 +0100
 +++ src/widgets/Qt5WidgetsConfigExtras.cmake.in	2013-11-26 19:48:20.603107472 +0100
-@@ -3,7 +3,7 @@
+@@ -3,9 +3,9 @@
      add_executable(Qt5::uic IMPORTED)
  
  !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
 -    set(imported_location \"${_qt5Widgets_install_prefix}/$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
 +    set(imported_location \"${_qt5Widgets_install_prefix}/$${CMAKE_BIN_DIR}uic-qt5$$CMAKE_BIN_SUFFIX\")
  !!ELSE
-     set(imported_location \"$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
+-    set(imported_location \"$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
++    set(imported_location \"$${CMAKE_BIN_DIR}uic-qt5$$CMAKE_BIN_SUFFIX\")
  !!ENDIF
+     _qt5_Widgets_check_file_exists(${imported_location})
+ 
 --- src/gui/Qt5GuiConfigExtras.cmake.in.orig	2013-10-22 23:56:20.562965370 +0200
 +++ src/gui/Qt5GuiConfigExtras.cmake.in	2013-10-22 23:57:16.142476851 +0200
 @@ -2,9 +2,9 @@


More information about the scm-commits mailing list