Also use the dumper library code from the cmake plugin.

Adds a little bit of code duplication, don't currently know how to best
avoid it, so I'll leave that for now as is. To be tested once Andre
pushes his stuff.
This commit is contained in:
dt
2009-03-25 17:30:48 +01:00
parent 4574082f91
commit 74974a5a58
4 changed files with 84 additions and 2 deletions

View File

@@ -917,7 +917,6 @@ QString QtVersion::dumperLibrary() const
QFileInfo fi(directory + "libgdbmacros.dylib");
#else // generic UNIX
QFileInfo fi(directory + "libgdbmacros.so");
qDebug()<<"Trying"<<(directory + "libgdbmacros.so");
#endif
if (fi.exists())
return fi.filePath();