Set a watch on variables added through the gui
This commit is contained in:
parent
33c63b19ab
commit
5d30cfc5f7
|
@ -249,6 +249,8 @@ void QCMake::setProperties(const QCMakePropertyList& newProps)
|
|||
// add some new properites
|
||||
foreach(QCMakeProperty s, props)
|
||||
{
|
||||
this->CMakeInstance->WatchUnusedCli(s.Key.toAscii().data());
|
||||
|
||||
if(s.Type == QCMakeProperty::BOOL)
|
||||
{
|
||||
this->CMakeInstance->AddCacheEntry(s.Key.toAscii().data(),
|
||||
|
|
Loading…
Reference in New Issue