Android: Also include indirect dependencies in libs.xml

Change-Id: I12d5aff64fc6b677ac88c28eed90ae51443c7584
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2013-03-05 14:20:00 +01:00
parent 8fe96d327a
commit 7789ba45f0
4 changed files with 95 additions and 50 deletions

View File

@@ -31,6 +31,7 @@
#define ANDROIDPACKAGECREATIONSTEP_H
#include "javaparser.h"
#include "androidmanager.h"
#include <projectexplorer/abi.h>
#include <projectexplorer/buildstep.h>
@@ -125,7 +126,7 @@ private:
Utils::FileName m_appPath;
Utils::FileName m_readElf;
QStringList m_qtLibs;
QStringList m_availableQtLibs;
QVector<AndroidManager::Library> m_availableQtLibs;
QStringList m_prebundledLibs;
};