I've built Qt-Gstreamer for Qt5 before, so I can confirm it does work. You just need to specify the Qt-version and it's location when running CMake, as it defaults to Qt4. I think I did something like this:
cmake . -DCMAKE_PREFIX_PATH=/some_path_to_your_qt_versions/Qt5.3.0/5.3/gcc -DQT_VERSION=5 Cheers Ola 2014-05-21 11:51 GMT+02:00 Stephen Kelly <[email protected]>: > On Wednesday, May 21, 2014 10:46:09 Neuer User wrote: > > I found a yocto recipe from Andrey Telepin and tried to modify it for > > Qt5. > > You need to find out if Qt-Gstreamer is already ported to Qt 5. Assuming > they > use cmake, you need to ask them if they have any special flags they want > you > to use. With Qt 5 (as opposed to Qt 4), you don't need all the bin dir and > include dir settings etc typically. I don't know if your yocto recipe adds > extra complications. That's also something for you to investigate. > > http://doc-snapshot.qt-project.org/qt5-stable/cmake-manual.html > http://www.cmake.org/cmake/help/v3.0/manual/cmake-qt.7.html > > Thanks, > > -- > Join us at Qt Developer Days 2014 in Berlin! - https://devdays.kdab.com > > Stephen Kelly <[email protected]> | Software Engineer > KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company > www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 > KDAB - Qt Experts - Platform-Independent Software Solutions > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
