Hello I have configured my VC++ to link my programs with mysqlclient, but now am trying a program with Qt that is compiled using "make" from the command line, is it enough to add "mysqlclient.lib" to my makefile library configuration? I mean, is it enough to add the path to the header files and mysqlclient? in *nix I use mysql_config with --libs and --include and the output is inserted during the make process, but in windows I see only the header files and the lib files...
Thanks!