(MySQL) qsqlmysql.dll doesn't get created.
-
Either open the generated solution and build the debug version (can also be done from the command line but I don't remember the commands) or use
-G Ninja
or-G NMake Makefiles
for the cmake generator - they both produce rules to create both plugins directly. Maybe we should add this to the documentation. MSBuild is not meant to be run on the command line and therefore has a lot of strange switches...wrote on 31 Mar 2023, 21:03 last edited by TheloniousWhere do I find the project that builds the debug version? I have the release qsqlmysql.<dll.pdb> but not qsqlmysqld<dll.pdb>
-
Where do I find the project that builds the debug version? I have the release qsqlmysql.<dll.pdb> but not qsqlmysqld<dll.pdb>
@Thelonious You can change the build type in the msvc IDE.
But as I said - use NMake Makefiles or Ninja to create both of them directly on the command line...
-
41/42