View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007691CMakeCMakepublic2008-09-17 10:462008-12-19 14:45
ReporterMike McQuaid 
Assigned ToClinton Stimpson 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007691: Provide QT_LIBRARIES_RELEASE and QT_LIBRARIES_DEBUG
DescriptionIf you are installing libraries it would be incredibly useful to have access to these two variables. Myself and at least one other organisation (from the cmake mailing list) currently have a hideous module that parses this from QT_LIBRARIES but with a 2-line change this could be easily done from UseQt4.cmake.

I've attached a patch that would fix this and a module that provides the "hack".
TagsNo tags attached.
Attached Filespatch file icon QT_LIBRARIES_RELEASE_DEBUG.patch [^] (709 bytes) 2008-09-17 10:46 [Show Content]
? file icon GetQtLibrariesReleaseDebug.cmake [^] (914 bytes) 2008-09-17 10:48

 Relationships

  Notes
(0013488)
Mike McQuaid (reporter)
2008-09-17 10:50

In addition, if this module is merged I would be happy to support it.
(0013586)
Clinton Stimpson (developer)
2008-09-25 16:50

After corresponding with Bill...

We do not want to add anything to support installs unless it uses GetPrerequisites.cmake. That's how cmake-gui does its Qt installation. There may be additional things your application needs that it may miss (Qt plugins, qt.conf, etc..). In that case, we can probably make a helper macro to get those.

If you still prefer to do it your way, then you can do it in your CMakeLists.txt files.

 Issue History
Date Modified Username Field Change
2008-09-17 10:46 Mike McQuaid New Issue
2008-09-17 10:46 Mike McQuaid File Added: QT_LIBRARIES_RELEASE_DEBUG.patch
2008-09-17 10:48 Mike McQuaid File Added: GetQtLibrariesReleaseDebug.cmake
2008-09-17 10:50 Mike McQuaid Note Added: 0013488
2008-09-25 13:43 Bill Hoffman Status new => assigned
2008-09-25 13:43 Bill Hoffman Assigned To => Clinton Stimpson
2008-09-25 16:50 Clinton Stimpson Status assigned => resolved
2008-09-25 16:50 Clinton Stimpson Resolution open => won't fix
2008-09-25 16:50 Clinton Stimpson Note Added: 0013586
2008-12-19 14:45 Clinton Stimpson Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team