Changes between Initial Version and Version 1 of Ticket #255, comment 3


Ignore:
Timestamp:
Sep 24, 2011, 2:31:16 PM (13 years ago)
Author:
rudi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #255, comment 3

    initial v1  
    99/lib/qtcreator/plugins/Nokia/QmlDsgn.dll
    1010
    11 as well as the matching *.sym files.
     11as well as the matching *.sym files. It looks like the QML components were not delivered by purpose. What did you use to create the distribution ? I used:
    1212
     13{{{
     14SET BUILD_TREE=<my_qtc_build>
     15SET INSTALL_ROOT=<some_absolute_file_path>
     16rm -r %INSTALL_ROOT%
     17cmd /c "cd %BUILD_TREE% & make release-install install_qch_docs"
     18}}}
     19
     20and it would copy all files except the license stuff.
     21