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
