The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15685 
====================================================================== 
Reported By:                Mourad
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15685
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-08-05 13:21 EDT
Last Modified:              2015-08-05 13:21 EDT
====================================================================== 
Summary:                    When packaging cmake-gui Qt dlls are resolved from
the PATH and not from the Qt installation directory used to build CMake
Description: 
Hi,

I have two Qt versions installed on my system. The main one (64 bit build) is
used for my other projects, and the second one (32bit build) is only used to
build CMake.

When packaging/installing CMake-gui , the Qt dlls are resolved from my main Qt
installation (because its bin folder is in my PATH, I guess), and not from the
Qt installation folder that is used to build CMake.

IMHO, there is a typo in Source/QtDialog/CMakeLists.txt (see attached patch),
which when solved, solves the problem.

Please note that there might also be a problem with the QT_LIBRARY_DIR variable
(it's not used on Windows, maybe it is on other platforms)

Cheers,
Mourad
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-08-05 13:21 Mourad         New Issue                                    
2015-08-05 13:21 Mourad         File Added: cmake.patch                      
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to