diff --git a/utils/deploy_tool/main.cpp b/utils/deploy_tool/main.cpp index a9ef0b82..67943492 100644 --- a/utils/deploy_tool/main.cpp +++ b/utils/deploy_tool/main.cpp @@ -237,7 +237,7 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) { PIString fname = frameworkName(l); if (!fname.isEmpty()) { frameworks << fname; - framework_libs << l; + framework_libs << l.cutLeft(1).cutRight(1); checkQtLib(fname.toLowerCase()); continue; }