View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007692CMakeCMakepublic2008-09-17 11:012008-10-01 09:20
ReporterMike McQuaid 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007692: Provide variable to get Qt .dll library on Windows
DescriptionPlease provide a variable with the location of the corresponding .dll from a QT_LIBRARY_* which is a .lib file on Windows.

The .dll file needs to be installed on Windows systems unless you staticly link against Qt (which isn't always desirable).

I've attached a CMake module file that accomplishes this.

Please give me feedback. In addition, if this module is merged I would be happy to support it.
TagsNo tags attached.
Attached Files? file icon GetQtDllFromLib.cmake [^] (1,053 bytes) 2008-09-17 11:01

 Relationships

  Notes
(0013592)
Bill Hoffman (manager)
2008-09-25 16:58

See Modules/GetPrerequisites.cmake
(0013631)
Bill Hoffman (manager)
2008-10-01 09:20

I think you need something like GetPrerequisites as qt dll's may link to or use other qt dll's that are not directly linked, but still need to be installed. So, this will fail in those cases, and GetPrequisites will work.

 Issue History
Date Modified Username Field Change
2008-09-17 11:01 Mike McQuaid New Issue
2008-09-17 11:01 Mike McQuaid File Added: GetQtDllFromLib.cmake
2008-09-25 16:58 Bill Hoffman Note Added: 0013592
2008-09-25 16:58 Bill Hoffman Status new => assigned
2008-09-25 16:58 Bill Hoffman Assigned To => Bill Hoffman
2008-10-01 09:20 Bill Hoffman Note Added: 0013631
2008-10-01 09:20 Bill Hoffman Status assigned => closed
2008-10-01 09:20 Bill Hoffman Resolution open => won't fix


Copyright © 2000 - 2018 MantisBT Team