29.01.2011, 00:15, "luying pan" <[email protected]>: > I figured it out. You have to replace gcc and g++ in with gcc44 and g++44 in > mkspecs/common/g++.conf file in your qt install so that qmake will generate > all the Makefiles properly.
It's a dirty hack interfering your Qt installation. I'd recommended you to create separate mkspec (e.g., mkspecs/linux-g++44) and change QMAKE_CC and QMAKE_CXX there (or simply use build script like "build-webkit --qt QMAKE_CXX=gcc44") -- Regards, Konstantin _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
