MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013133 | CMake | Modules | public | 2012-04-15 14:40 | 2016-06-10 14:31 |
| Reporter | Daniel Franke | ||||
| Assigned To | Clinton Stimpson | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.7 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0013133: DeployQt4.cmake ist too presumptuous | ||||
| Description | In function DeployQt4(install_qt4_plugin_path) we find this piece of code: 178 if(APPLE) 179 set(plugins_path "${executable}/Contents/${plugins_dir}") 180 else() Why, oh why, does this assume that I always want my plugins within a bundle? My project comes as two .app bundles, both are Qt applications and I want one shared place for both Frameworks and Plugins. No point in shipping two copies, is there? Maybe this should check if ${plugins_dir} is an absolute path and leave it untouched and if it's a relative path assume it's relative to the bundle or something? This is related to 0013052. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-04-15 14:40 | Daniel Franke | New Issue | |||
| 2012-04-15 17:10 | Rolf Eike Beer | Assigned To | => Clinton Stimpson | ||
| 2012-04-15 17:10 | Rolf Eike Beer | Status | new => assigned | ||
| 2012-04-16 09:53 | Clinton Stimpson | Note Added: 0029175 | |||
| 2012-08-13 23:28 | Clinton Stimpson | Status | assigned => backlog | ||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0042027 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||