There are a couple of libraries in the webkit in qt-4.8.2 that are not
built quite correctly of which libjscore.a is one.

The build comes out with the name "jscore." and it should be
"libjscore.a". When the build errors, copying the file "jscore." to
"libjscore.a" allows the build to proceed.

My question is: What needs to change in a .pro file to cause a library
to be built with its "lib" prefix and its "a" suffix?
-- 
Charles Krinke
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to