forked from qt-creator/qt-creator
Failed to do a compile check
Learn from this. ;)
This commit is contained in:
@@ -167,7 +167,6 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
|
|||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
const char *fileName;
|
const char *fileName;
|
||||||
const char *sourceLocation;
|
|
||||||
} libraries[] = {
|
} libraries[] = {
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
{ "/bin/Qt3Supportd4.dll" },
|
{ "/bin/Qt3Supportd4.dll" },
|
||||||
@@ -223,7 +222,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
|
|||||||
{ "/bin/pixeltool" },
|
{ "/bin/pixeltool" },
|
||||||
{ "/bin/qcollectiongenerator" },
|
{ "/bin/qcollectiongenerator" },
|
||||||
{ "/bin/qdbus" },
|
{ "/bin/qdbus" },
|
||||||
{ "/bin/qdbuscpp2xml" }
|
{ "/bin/qdbuscpp2xml" },
|
||||||
{ "/bin/qdbuscpp2xml" },
|
{ "/bin/qdbuscpp2xml" },
|
||||||
{ "/bin/qdbusviewer" },
|
{ "/bin/qdbusviewer" },
|
||||||
{ "/bin/qdbusxml2cpp" },
|
{ "/bin/qdbusxml2cpp" },
|
||||||
@@ -495,7 +494,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath)
|
|||||||
{ "/plugins/sqldrivers/libqsqlite.so" },
|
{ "/plugins/sqldrivers/libqsqlite.so" },
|
||||||
{ "/plugins/sqldrivers/libqsqlite2.so" },
|
{ "/plugins/sqldrivers/libqsqlite2.so" },
|
||||||
{ "/plugins/sqldrivers/libqsqlmysql.so" },
|
{ "/plugins/sqldrivers/libqsqlmysql.so" },
|
||||||
{ "/plugins/sqldrivers/libqsqlpsql.so" },
|
{ "/plugins/sqldrivers/libqsqlpsql.so" }
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user