forked from qt-creator/qt-creator
Android: Make qmlscene command configurable
Change-Id: Ife1dd4ae9fa3bcc822c27d744c3ed626bae99b8f Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -124,6 +124,9 @@ public:
|
||||
bool automaticKitCreation() const;
|
||||
void setAutomaticKitCreation(bool b);
|
||||
|
||||
QString deviceQmlsceneCommand() const;
|
||||
void setDeviceQmlsceneCommand(const QString &qmlsceneCommand);
|
||||
|
||||
Utils::FileName adbToolPath() const;
|
||||
Utils::FileName androidToolPath() const;
|
||||
Utils::FileName emulatorToolPath() const;
|
||||
@@ -178,6 +181,7 @@ private:
|
||||
QStringList m_makeExtraSearchDirectories;
|
||||
unsigned m_partitionSize = 1024;
|
||||
bool m_automaticKitCreation = true;
|
||||
QString m_deviceQmlsceneCommand;
|
||||
|
||||
//caches
|
||||
mutable bool m_NdkInformationUpToDate = false;
|
||||
|
||||
Reference in New Issue
Block a user