Failed to do a compile check

Learn from this. ;)
This commit is contained in:
Thorbjørn Lindeijer
2009-02-24 19:29:08 +01:00
parent 86441ba72d
commit 0296bd6670

View File

@@ -167,7 +167,6 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
static const struct
{
const char *fileName;
const char *sourceLocation;
} libraries[] = {
#ifdef Q_OS_WIN
{ "/bin/Qt3Supportd4.dll" },
@@ -223,7 +222,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
{ "/bin/pixeltool" },
{ "/bin/qcollectiongenerator" },
{ "/bin/qdbus" },
{ "/bin/qdbuscpp2xml" }
{ "/bin/qdbuscpp2xml" },
{ "/bin/qdbuscpp2xml" },
{ "/bin/qdbusviewer" },
{ "/bin/qdbusxml2cpp" },
@@ -495,7 +494,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
{ "/plugins/sqldrivers/libqsqlite.so" },
{ "/plugins/sqldrivers/libqsqlite2.so" },
{ "/plugins/sqldrivers/libqsqlmysql.so" },
{ "/plugins/sqldrivers/libqsqlpsql.so" },
{ "/plugins/sqldrivers/libqsqlpsql.so" }
#endif
};