diff options
author | Thorbjørn Lindeijer <[email protected]> | 2009-02-24 19:29:08 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <[email protected]> | 2009-02-24 19:29:08 +0100 |
commit | 0296bd6670d61b11a0b0d231f6e7018d96151f3a (patch) | |
tree | dc69f8f490d8d8b8dfae57dcaa0a59c229f0e665 /src/tools/qtlibspatcher | |
parent | 86441ba72d997cc7800636a9ebeb0145a1437d27 (diff) |
Failed to do a compile check
Learn from this. ;)
Diffstat (limited to 'src/tools/qtlibspatcher')
-rw-r--r-- | src/tools/qtlibspatcher/qtlibspatchermain.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/qtlibspatcher/qtlibspatchermain.cpp b/src/tools/qtlibspatcher/qtlibspatchermain.cpp index 45917db2ac6..1d03a5085e7 100644 --- a/src/tools/qtlibspatcher/qtlibspatchermain.cpp +++ b/src/tools/qtlibspatcher/qtlibspatchermain.cpp @@ -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 }; |