forked from qt-creator/qt-creator
QtSupport: Use current aspect ctor pattern for Qml related aspect
Task-number: QTCREATORBUG-29168 Change-Id: I3779ed4075dc98ccafc2490009d1217e908ad83c Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -1439,7 +1439,9 @@ CMakeBuildConfiguration::CMakeBuildConfiguration(Target *target, Id id)
|
||||
|
||||
addAspect<SourceDirectoryAspect>();
|
||||
addAspect<BuildTypeAspect>();
|
||||
addAspect<QtSupport::QmlDebuggingAspect>(this);
|
||||
|
||||
auto qmlDebuggingAspect = addAspect<QtSupport::QmlDebuggingAspect>();
|
||||
qmlDebuggingAspect->setBuildConfiguration(this);
|
||||
|
||||
addAspect<ConfigureEnvironmentAspect>(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user