View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0007692 | CMake | CMake | public | 2008-09-17 11:01 | 2008-10-01 09:20 | ||||
Reporter | Mike McQuaid | ||||||||
Assigned To | Bill Hoffman | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-6 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0007692: Provide variable to get Qt .dll library on Windows | ||||||||
Description | Please 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | GetQtDllFromLib.cmake [^] (1,053 bytes) 2008-09-17 11:01 | ||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |