On Tuesday, April 02, 2013 14:37:33 Rex Dieter wrote: > > Can I download this package from somewhere so I can extract it and have a > > look? > > Here's my first try in the fedora buildsystem, > http://koji.fedoraproject.org/koji/buildinfo?buildID=408328 > > The tests above were only done with a local build of mine, so results *may* > not be indentical.
Thanks. Your package seems to be missing libQt5Gui.so, libQt5OpenGL.so, libQt5PrintSupport.so and libQt5Widgets.so. (Unless I misunderstood something) I extracted it with rpm2cpio qt5-qtbase-5.0.2-0.1.rc1.fc20.x86_64.rpm | cpio -idmv However, there is also an upstream bug for me to fix here. The Config.cmake files contain incorrect arguments to find_package, so they are not able to find their dependencies (eg, Qt5Gui cmake package can't find Qt5Core cmake package). I'll work on a patch for that. Thanks, -- 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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
