forked from qt-creator/qt-creator
Allow for users to disable shadowbuilding
* Doubleclicking the directory in the targetsetuppage now switches between shadowbuilding (default) and in source building. Not very obvious, but then we do want to encourage people to use shadowbuilding. Task-number: QTCREATORBUG-1668
This commit is contained in:
@@ -240,7 +240,6 @@ int BaseQt4ProjectWizardDialog::addTargetSetupPage(QSet<QString> targets, bool m
|
||||
if (!targets.isEmpty())
|
||||
infos = TargetSetupPage::filterImportInfos(targets, infos);
|
||||
m_targetSetupPage->setImportDirectoryBrowsingEnabled(false);
|
||||
m_targetSetupPage->setShowLocationInformation(false);
|
||||
m_targetSetupPage->setPreferMobile(mobile);
|
||||
|
||||
if (infos.count() <= 1)
|
||||
|
||||
Reference in New Issue
Block a user