diff options
Diffstat (limited to 'buildtools/qmake/projectconfigurationdlg.cpp')
-rw-r--r-- | buildtools/qmake/projectconfigurationdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/qmake/projectconfigurationdlg.cpp b/buildtools/qmake/projectconfigurationdlg.cpp index dd86a06a..95189fff 100644 --- a/buildtools/qmake/projectconfigurationdlg.cpp +++ b/buildtools/qmake/projectconfigurationdlg.cpp @@ -387,7 +387,7 @@ void ProjectConfigurationDlg::updateProjectConfiguration() myProjectItem->updateValues( "INCLUDEPATH", values ); //target.install - if ( checkInstallTarget->isChecked() == true ) + if ( checkInstallTarget->isChecked() ) { myProjectItem->addValue( "INSTALLS", "target" ); myProjectItem->scope->setEqualOp( "target.path", TQStringList( m_InstallTargetPath->text() ) ); |