[webkit-qt] Building on Fedora : QWEBKIT_EXPORT not set
Loïc Yhuel
loic.yhuel_ext at softathome.com
Sat Jul 23 13:05:03 PDT 2011
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
More information about the webkit-qt
mailing list