| From 9cdab52b3019f0da3467a6c0d4e410a4df94f9d8 Mon Sep 17 00:00:00 2001 |
| From: Ray Donnelly <mingw.android@gmail.com> |
| Date: Tue, 14 Feb 2017 09:30:36 -0600 |
| Subject: [PATCH 2/4] Do not install Qt bundle in cmake-gui |
| |
| --- |
| Source/QtDialog/CMakeLists.txt | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt |
| index 0c263bb751..21f354c13e 100644 |
| --- a/Source/QtDialog/CMakeLists.txt |
| +++ b/Source/QtDialog/CMakeLists.txt |
| @@ -333,7 +333,7 @@ if(APPLE) |
| " ${COMPONENT}) |
| endif() |
| |
| -if(CMake_INSTALL_DEPENDENCIES AND (APPLE OR WIN32)) |
| +if(CMake_INSTALL_DEPENDENCIES AND (APPLE OR WIN32) AND NOT MINGW) |
| # install rules for including 3rd party libs such as Qt |
| # if a system Qt is used (e.g. installed in /usr/lib/), it will not be included in the installation |
| set(fixup_exe "\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/bin/cmake-gui${CMAKE_EXECUTABLE_SUFFIX}") |
| -- |
| 2.31.0.windows.1 |
| |