[cmake-developers] [CMake 0013827]: UseQt4.cmake should add link_directories command

Mantis Bug Tracker mantis at public.kitware.com
Thu Jan 3 06:02:07 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=13827 
====================================================================== 
Reported By:                Martin Müllenhaupt
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13827
Category:                   Modules
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-01-03 06:02 EST
Last Modified:              2013-01-03 06:02 EST
====================================================================== 
Summary:                    UseQt4.cmake should add link_directories command
Description: 
UseQt4.cmake contains a 
   include_directories(${QT_INCLUDE_DIR}) 
command for the include directories.

It should contain a similar command 
  link_directories(${QT_LIBRARY_DIR})
for the lib directory.

This would complete the setup of Qt4 in my environment, where it wasn't
installed in the standard install prefix.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-03 06:02 Martin MüllenhauptNew Issue                                   

======================================================================




More information about the cmake-developers mailing list