forked from qt-creator/qt-creator
Android: Deploy Qt live apk for QML projects
Task-number: QDS-16 Change-Id: Iafb1f7ea5d354e73020ff3c5175efa82f99bdffe Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -124,8 +124,7 @@ public:
|
||||
bool automaticKitCreation() const;
|
||||
void setAutomaticKitCreation(bool b);
|
||||
|
||||
QString deviceQmlsceneCommand() const;
|
||||
void setDeviceQmlsceneCommand(const QString &qmlsceneCommand);
|
||||
Utils::FileName qtLiveApkPath() const;
|
||||
|
||||
Utils::FileName adbToolPath() const;
|
||||
Utils::FileName androidToolPath() const;
|
||||
@@ -182,7 +181,6 @@ 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