Those arn't compiler errors, they are linker errors.
Secondly, MSVC++ uses .lib files. QtCreator (GCC) uses .a files. Recompile qwt using GCC to get an appropriate library for QtCreator to use.
Those arn't compiler errors, they are linker errors.
Secondly, MSVC++ uses .lib files. QtCreator (GCC) uses .a files. Recompile qwt using GCC to get an appropriate library for QtCreator to use.
metow (12th December 2009)
Bookmarks