Android: Use device types as restrictions on project configurations

Change-Id: I3f7ff05f27c76dadec9a9ff0ae02848830655472
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2017-12-19 10:32:39 +01:00
parent 4a66cae854
commit 36f720907c
15 changed files with 60 additions and 80 deletions

View File

@@ -29,7 +29,6 @@
#include <QPair>
#include <QObject>
#include <QStringList>
namespace ProjectExplorer {
class Kit;
@@ -47,10 +46,6 @@ class ANDROID_EXPORT AndroidManager : public QObject
Q_OBJECT
public:
static bool supportsAndroid(const ProjectExplorer::Kit *kit);
static bool supportsAndroid(const ProjectExplorer::Target *target);
static QString packageName(ProjectExplorer::Target *target);
static QString packageName(const Utils::FileName &manifestFile);