Qt-for-Tizen-1.0-Alpha-3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== 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]] | [[Category:Developing_Qt::Ports::Tizen]] |
Revision as of 10:37, 25 February 2015
h1. 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