View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013133CMakeModulespublic2012-04-15 14:402016-06-10 14:31
ReporterDaniel Franke 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0013133: DeployQt4.cmake ist too presumptuous
DescriptionIn 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0029175)
Clinton Stimpson (developer)
2012-04-16 09:53

I believe it assumes plugins are inside the bundle because it is based off BundleUtilities.cmake which was designed with that in mind.
(0042027)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 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


Copyright © 2000 - 2018 MantisBT Team