Difference between revisions of "Qt-for-Tizen-1.0-Alpha-1"
From Qt Wiki
AutoSpider (talk | contribs) (Convert ExpressionEngine section headers) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Cleanup | reason=Auto-imported from ExpressionEngine.}} | |
+ | = [[Tizen|Qt for Tizen]]: 1.0 Alpha 1 Release = | ||
== Announcement == | == Announcement == | ||
Line 11: | Line 12: | ||
* 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: | + | ** Solution: append ''qtquickcontrols'' to the list, so the line should read: |
+ | <code>./init-repository —http —module-subset=qtbase,qtsvg,qtdeclarative,qtscript,qttools,qtxmlpatterns,qtjsbackend,qtimageformats,qtgraphicaleffects,qtquickcontrols</code> | ||
[[Category:Developing_Qt::Ports::Tizen]] | [[Category:Developing_Qt::Ports::Tizen]] |
Latest revision as of 16:15, 5 March 2015
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