Hi, Yesterday I tested [1] IVI image with Qt packages from [2]. After installing the image you can add a repository containing Qt by:
zypper ar http://download.tizen.org/snapshots/tizen/ivi/ivi/tizen_20131213.17/repos/ivi/ia32/packages/Qt zypper refresh Qt #following script will install qt packages excluding debug and source packages for repo in `zypper search qt* | grep qt | grep -v devel | grep -v debug | cut -d "|" -f 2 | sort | uniq`; do zypper -n in $repo; done Wayland support seems ok but I noticed that animation in QtQuick runs in "slow mode" like with qmlscene --slow-animations Now when Qt packages are built along with other platform packages in OBS it will be easier to track and fix bugs and add new integration features. [1] http://download.tizen.org/snapshots/tizen/ivi/ivi-release/tizen_20131213.10/images/ivi-release-mbr-i586/ [2] http://download.tizen.org/live/Tizen:/IVI/standard/ -- regards, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
