forked from qt-creator/qt-creator
Specialize environmentaspect for qml projects
... and attach that to qml project runconfigurations Change-Id: I841b72cc279495ee8f3ff31af59bf006f13a1056 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "qmlprojectmanager_global.h"
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <utils/environment.h>
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
@@ -66,7 +67,6 @@ class QMLPROJECTMANAGER_EXPORT QmlProjectRunConfiguration : public ProjectExplor
|
||||
|
||||
public:
|
||||
QmlProjectRunConfiguration(ProjectExplorer::Target *parent, Core::Id id);
|
||||
virtual ~QmlProjectRunConfiguration();
|
||||
|
||||
QString viewerPath() const;
|
||||
QString observerPath() const;
|
||||
|
||||
Reference in New Issue
Block a user