Bug report #849
Windows "make install" not installing the python plugin installer
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Tim Sutton | ||
Category: | Build/Install | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10908 |
Description
This is likely a CMake issue. On Linux "make install" places the Python plugin installer in:
./share/qgis/python/plugins/plugin_installer
On Windows, it doesn't install it at all. If nothing else, this should be addressed in the installer, although it would be nice for developers as well.
History
#1 Updated by Gary Sherman almost 17 years ago
The plugin is also not in the latest Windows 0.9.1 test build
#2 Updated by Gary Sherman almost 17 years ago
This is a cmake issue
#3 Updated by Jürgen Fischer over 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 0ee13497 (SVN r8255)
#4 Updated by Martin Dobias over 16 years ago
better fix in 46be6252 (SVN r8317)
(some distributions might override default path - afaik Fedora uses a bit different subdirectories)
#5 Updated by Anonymous over 15 years ago
Milestone Version 0.9.2 deleted