Changes between Initial Version and Version 1 of Ticket #255, comment 3
- Timestamp:
- Sep 24, 2011, 4:31:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #255, comment 3
initial v1 9 9 /lib/qtcreator/plugins/Nokia/QmlDsgn.dll 10 10 11 as well as the matching *.sym files. 11 as 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: 12 12 13 {{{ 14 SET BUILD_TREE=<my_qtc_build> 15 SET INSTALL_ROOT=<some_absolute_file_path> 16 rm -r %INSTALL_ROOT% 17 cmd /c "cd %BUILD_TREE% & make release-install install_qch_docs" 18 }}} 19 20 and it would copy all files except the license stuff. 21