forked from qt-creator/qt-creator
QbsProjectManager: Give build step a "linkQmlDebuggingLibrary" property
The DebuggerRunConfigurationAspect uses this property to decide whether to enable QML debugging by default. Task-number: QTCREATORBUG-19655 Change-Id: I71cc1127ee9d470a7cfedd424f8487f83d38db67 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -44,6 +44,9 @@ class QbsBuildStep : public ProjectExplorer::BuildStep
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
// used in DebuggerRunConfigurationAspect
|
||||
Q_PROPERTY(bool linkQmlDebuggingLibrary READ isQmlDebuggingEnabled)
|
||||
|
||||
public:
|
||||
enum VariableHandling
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user