Qt-for-Tizen-1.0-Alpha-1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
h1. [[Tizen|Qt for Tizen]]: 1.0 Alpha 1 Release | |||
==Announcement== | == Announcement == | ||
http://qtfortizen.blogspot.com/2013/05/1.0alpha1.html | http://qtfortizen.blogspot.com/2013/05/1.0alpha1.html | ||
==Known Issues== | == Known Issues == | ||
* Issue 1: ''install_development_packages.sh'' fails if online installer was used | * Issue 1: ''install_development_packages.sh'' fails if online installer was used | ||
Line 11: | Line 11: | ||
* Issue 2: missing qtquickcontrols repository after initialization (step 5 of emulator/README) | * Issue 2: missing qtquickcontrols repository after initialization (step 5 of emulator/README) | ||
** Solution: append ''qtquickcontrols'' to the list, so the line should read:<br /> | ** Solution: append ''qtquickcontrols'' to the list, so the line should read:<br /><code>./init-repository —http —module-subset=qtbase,qtsvg,qtdeclarative,qtscript,qttools,qtxmlpatterns,qtjsbackend,qtimageformats,qtgraphicaleffects,qtquickcontrols</code> | ||
[[Category:Developing_Qt::Ports::Tizen]] | |||
Revision as of 11:19, 24 February 2015
h1. Qt for Tizen: 1.0 Alpha 1 Release
Announcement
http://qtfortizen.blogspot.com/2013/05/1.0alpha1.html
Known Issues
- Issue 1: install_development_packages.sh fails if online installer was used
- Solution: A bug on tizen.org. Download appropriate sdk image from http://download.tizen.org/sdk/sdk-images/2.1b without using the online installer otherwise packages for emulator will not match packages from Tizen repository. (step 7.2 of emulator/README)
- Issue 2: missing qtquickcontrols repository after initialization (step 5 of emulator/README)
- Solution: append qtquickcontrols to the list, so the line should read:
./init-repository —http —module-subset=qtbase,qtsvg,qtdeclarative,qtscript,qttools,qtxmlpatterns,qtjsbackend,qtimageformats,qtgraphicaleffects,qtquickcontrols
- Solution: append qtquickcontrols to the list, so the line should read: