Merge topic 'qt-dialog-reconfigure'
b566987
cmake-gui: Configure again if a variable is changed before Generate is pushed.
This commit is contained in:
commit
ed0b342603
|
@ -950,6 +950,7 @@ void CMakeSetupDialog::saveBuildPaths(const QStringList& paths)
|
|||
void CMakeSetupDialog::setCacheModified()
|
||||
{
|
||||
this->CacheModified = true;
|
||||
this->ConfigureNeeded = true;
|
||||
this->enterState(ReadyConfigure);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue