Changes between Initial Version and Version 1 of Ticket #205, comment 18


Ignore:
Timestamp:
Jul 15, 2011, 3:54:30 PM (13 years ago)
Author:
rudi
Comment:

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"
     1Another 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"
    22
    33{{{
     
    2222}}}
    2323
    24 in the directory src/plugins/qmldesigner . To the *.pro files of the mentioned plugins, I changed the line:
     24in the directory src/plugins/qmldesigner . In the *.pro files of the mentioned plugins, I changed the line:
    2525
    2626{{{