QtAutogen: Remove unused variables.
This commit is contained in:
parent
0d934efd59
commit
964d7f2ae9
|
@ -1964,7 +1964,6 @@ bool cmQtAutoGenerators::GenerateUi(const std::string& uiFileName)
|
||||||
std::vector<cmStdString> command;
|
std::vector<cmStdString> command;
|
||||||
command.push_back(this->UicExecutable);
|
command.push_back(this->UicExecutable);
|
||||||
|
|
||||||
std::string options;
|
|
||||||
std::vector<std::string> opts = this->UicTargetOptions;
|
std::vector<std::string> opts = this->UicTargetOptions;
|
||||||
std::map<std::string, std::string>::const_iterator optionIt
|
std::map<std::string, std::string>::const_iterator optionIt
|
||||||
= this->UicOptions.find(ui_input_file);
|
= this->UicOptions.find(ui_input_file);
|
||||||
|
@ -2039,7 +2038,6 @@ bool cmQtAutoGenerators::GenerateQrc()
|
||||||
&sourceNewerThanQrc);
|
&sourceNewerThanQrc);
|
||||||
if (this->GenerateAll || !success || sourceNewerThanQrc >= 0)
|
if (this->GenerateAll || !success || sourceNewerThanQrc >= 0)
|
||||||
{
|
{
|
||||||
std::string options;
|
|
||||||
std::map<std::string, std::string>::const_iterator optionIt
|
std::map<std::string, std::string>::const_iterator optionIt
|
||||||
= this->RccOptions.find(*si);
|
= this->RccOptions.find(*si);
|
||||||
if (optionIt != this->RccOptions.end())
|
if (optionIt != this->RccOptions.end())
|
||||||
|
|
Loading…
Reference in New Issue