forked from qt-creator/qt-creator
		
	CMake Wizard: Do not show non existent build directories in red
We do create them, when necessary. Change-Id: I2eb8e2f9c37db2e73058a5f1b5ff060d651a4995 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
		| @@ -262,6 +262,7 @@ ShadowBuildPage::ShadowBuildPage(CMakeOpenProjectWizard *cmakeWizard, bool chang | ||||
|     m_pc = new Utils::PathChooser(this); | ||||
|     m_pc->setBaseDirectory(m_cmakeWizard->sourceDirectory()); | ||||
|     m_pc->setPath(m_cmakeWizard->buildDirectory()); | ||||
|     m_pc->setExpectedKind(Utils::PathChooser::Directory); | ||||
|     connect(m_pc, SIGNAL(changed(QString)), this, SLOT(buildDirectoryChanged())); | ||||
|     fl->addRow(tr("Build directory:"), m_pc); | ||||
|     setTitle(tr("Build Location")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user