Changes between Initial Version and Version 1 of Ticket #205, comment 18
- Timestamp:
- Jul 15, 2011, 5:54:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #205, comment 18
initial v1 1 Another issue that is missing in the patch: Creator's qmldesigner plugin does have plugins of its own. These are "qtquickplugin", "extrasplugin", "meegoplugin" and "symbianplugin". There is an issue with the target directory for those sub-plugins when doing an install. My fix is to create a file named "plugindestdir.pri"1 Another issue that is missing in the patch: Creator's qmldesigner plugin does have sub-plugins of it's own. These are "qtquickplugin", "extrasplugin", "meegoplugin" and "symbianplugin". The supplied *.pro files don't generate installs targets for those plugins. Thus "make install" will not copy them to the desired destination directory. My fix is to create a file named "plugindestdir.pri" 2 2 3 3 {{{ … … 22 22 }}} 23 23 24 in the directory src/plugins/qmldesigner . Tothe *.pro files of the mentioned plugins, I changed the line:24 in the directory src/plugins/qmldesigner . In the *.pro files of the mentioned plugins, I changed the line: 25 25 26 26 {{{