forked from qt-creator/qt-creator
AndroidDebugSupport: Set more accurate so-libsearch path
Task-number: QTCREATORBUG-10382 Change-Id: I6c38fda8a4bf70ae93f6ec7dd671878589056124 Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -107,8 +107,7 @@ RunControl *AndroidDebugSupport::createDebugRunControl(AndroidRunConfiguration *
|
||||
params.solibSearchPath.clear();
|
||||
QList<QmakeProFileNode *> nodes = project->allProFiles();
|
||||
foreach (QmakeProFileNode *node, nodes)
|
||||
if (node->projectType() == ApplicationTemplate)
|
||||
params.solibSearchPath.append(node->targetInformation().buildDir);
|
||||
params.solibSearchPath.append(node->targetInformation().buildDir);
|
||||
QtSupport::BaseQtVersion *version = QtSupport::QtKitInformation::qtVersion(kit);
|
||||
params.solibSearchPath.append(qtSoPaths(version));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user