forked from qt-creator/qt-creator
QmlProjectManager: Prepare for running on remote devices
We add a "targetDirectory" property to the file format and fill in the deployment data. Change-Id: I372f2c9f5f3c4252431963eeab7b8b420f8bccd5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -80,10 +80,6 @@ private:
|
||||
QString executable() const;
|
||||
QString commandLineArguments() const;
|
||||
|
||||
static bool isValidVersion(QtSupport::BaseQtVersion *version);
|
||||
|
||||
static QString canonicalCapsPath(const QString &filePath);
|
||||
|
||||
// absolute path to current file (if being used)
|
||||
QString m_currentFileFilename;
|
||||
// absolute path to selected main script (if being used)
|
||||
|
||||
Reference in New Issue
Block a user