Qt-for-Tizen-1.0-Alpha-1: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Convert ExpressionEngine section headers)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=[[Tizen|Qt for Tizen]]: 1.0 Alpha 1 Release=
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==Announcement==
= [[Tizen|Qt for Tizen]]: 1.0 Alpha 1 Release =
== 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 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:<br />
** 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>


===Categories:===
[[Category:Developing_Qt::Ports::Tizen]]
 
* [[:Category:Developing Qt|Developing_Qt]]
** [[:Category:Developing Qt::Ports|Ports]]
* [[:Category:Developing Qt::Ports::Tizen|Tizen]]
** [[:Category:Developing Qt::Ports::Tizen::Releases|Releases]]

Latest revision as of 16:15, 5 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

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