Difference between revisions of "Qt-for-Tizen-1.0-Alpha-3"
From Qt Wiki
AutoSpider (talk | contribs) (Convert ExpressionEngine section headers) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | {{Cleanup | reason=Auto-imported from ExpressionEngine.}} |
− | ==Announcement== | + | = [[Tizen|Qt for Tizen]]: 1.0 Alpha 3 Release = |
+ | == Announcement == | ||
http://qtfortizen.blogspot.com/2013/08/1.0alpha3.html | http://qtfortizen.blogspot.com/2013/08/1.0alpha3.html | ||
− | ==Known Issues== | + | == Known Issues == |
− | * xkb conf error on Emulator and RD-PQ device. | + | * xkb conf error on Emulator and RD-PQ device. |
+ | It can be simply solved by invoking: | ||
+ | <code>ln -sf /etc/X11/xkb /usr/share/X11/xkb <code> | ||
+ | from root account | ||
− | + | [[Category:Developing_Qt::Ports::Tizen]] | |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:15, 5 March 2015
Qt for Tizen: 1.0 Alpha 3 Release
Announcement
http://qtfortizen.blogspot.com/2013/08/1.0alpha3.html
Known Issues
- xkb conf error on Emulator and RD-PQ device.
It can be simply solved by invoking:
ln -sf /etc/X11/xkb /usr/share/X11/xkb
from root account