diff options
author | Daniel Molkentin <[email protected]> | 2009-11-23 11:43:15 +0100 |
---|---|---|
committer | Daniel Molkentin <[email protected]> | 2009-11-23 11:43:55 +0100 |
commit | 2f3a16efcbf5c0b75d7cacbde8f9be4fad141c1b (patch) | |
tree | e1734cfcca2785895036eae1637e296f519f76ef /src/tools/qtlibspatcher | |
parent | 7def179a9874ef9cbeec8f824bcf35acc42d9253 (diff) |
also patch .qmake.cache, fix list of files to patch in old patcher.
Diffstat (limited to 'src/tools/qtlibspatcher')
-rw-r--r-- | src/tools/qtlibspatcher/qtlibspatchermain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtlibspatcher/qtlibspatchermain.cpp b/src/tools/qtlibspatcher/qtlibspatchermain.cpp index bf92cb3c1a6..9c25b59c7f2 100644 --- a/src/tools/qtlibspatcher/qtlibspatchermain.cpp +++ b/src/tools/qtlibspatcher/qtlibspatchermain.cpp @@ -169,7 +169,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath) { "/bin/QtCored4.dll" }, { "/bin/QtGuid4.dll" }, { "/bin/QtHelpd4.dll" }, - { "/bin/QtNetworkd4.dll" }, + { "/bin/QtMultimediad.dll" }, { "/bin/QtNetworkd4.dll" }, { "/bin/QtOpenGLd4.dll" }, { "/bin/QtScriptd4.dll" }, |