I found the problem :
In /usr/lib/qt4/mkspecs/common/linux.conf, there is "QMAKE_LIBDIR_QT ="
instead of "QMAKE_LIBDIR_QT = $$[QT_INSTALL_LIBS]"
During Makefile generation, qmake doesn't have -L/usr/lib in
QMAKE_LIBDIR_FLAGS, and then won't load libQt*.prl, where QT_SHARED is
defined.
linux.conf is modified by a Fedora patch, so I created a bug report :
https://bugzilla.redhat.com/show_bug.cgi?id=725183
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt