2014-05-08 13:52 GMT+02:00 Orti Senderos <[email protected]>: > Hello, > > > I have upgrade my system to new milestone preview: > https://wiki.tizen.org/wiki/IVI/Tizen-IVI_3.0-M2-March2014. > > > > I installed Qt directly in this latest image using the following command: > ‘zypper in –t pattern qt’, and OpenCV 2.4.4: ‘zypper in opencv’ to install > it and ‘zypper in opencv-devel’ to install the development libraries and > headers). > > > Then I tried to compile (in Tizen) an example application to prove that it > works properly. But I realized that the installed opencv was not compile > with Qt5. > > > So I try compile Opencv from source with Qt5. But CMAKE could not find > Qt5-GUI. So I install the following packages: > > > zypper in qt5-declarative-devel-tools > zypper in qt5-qtcore-devel > zypper in qt5-qtgui-devel > > But I still have the same error, see attached cmake_error.doc > > Does anyone know how can I compile OpenCV with QT5 support in Tizen? > > Thanks in advance, > > Orti Senderos > > > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi >
Hi, Qt make files are currently provided with qtcore-devel package. So some other dependencies are not checked. According to your log you need qt5-plugin-platform-xcb-5.2.2-1.43.i686.rpm. But I suggest to install all Qt packages except debug ones. zypper in qt* In the releases after second milestone the xcb plugin does not exist in ivi. -- regards, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
