Hi all,
 
I'm using the OpenSource qt 4.1.0. The libname in the libs dir is libxxx.a.
When I'm linking the ng to qt4. The linker gave me a error msg complaining about a
missing lib file.
 
I found the missing library name inside the qt4's lib dir is libxxx.a, but the linking script
is using xxx.lib instead.
I just renamed the library filename in qt4 to xxx.lib, compiled again. It went without errors.
 
Can we just change the libname in the linking script instead of renaming the lib filename
while compiling on windows ?
I'm not familiar with the Scons.
 
I'm using the OpenSource qt 4.1.0.
 
Linux linker will strip the lib prefix while linking using -lname, but VC's linker doesn't.
 
Regards,
Sam
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to