Unwatch manual variables upon removal in cmake-gui
This commit is contained in:
parent
393903218d
commit
949d32c306
|
@ -242,6 +242,8 @@ void QCMake::setProperties(const QCMakePropertyList& newProps)
|
||||||
// remove some properites
|
// remove some properites
|
||||||
foreach(QString s, toremove)
|
foreach(QString s, toremove)
|
||||||
{
|
{
|
||||||
|
this->CMakeInstance->UnwatchUnusedCli(s.toAscii().data());
|
||||||
|
|
||||||
cachem->RemoveCacheEntry(s.toAscii().data());
|
cachem->RemoveCacheEntry(s.toAscii().data());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue