forked from qt-creator/qt-creator
CustomExecutable: Improve tool tip on working directory
Do not set a base path on the path chooser. There shouldn't be a base path since that effects the path chooser's expanded path, which is never used for the working directory. Task-number: QTCREATORBUG-13576 Change-Id: Ie7735dc726b442d97b2108e8d340d904c70aa5a6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -73,7 +73,6 @@ CustomExecutableConfigurationWidget::CustomExecutableConfigurationWidget(CustomE
|
||||
m_workingDirectory = new PathChooser(this);
|
||||
m_workingDirectory->setHistoryCompleter(QLatin1String("Qt.WorkingDir.History"));
|
||||
m_workingDirectory->setExpectedKind(PathChooser::Directory);
|
||||
m_workingDirectory->setBaseFileName(rc->target()->project()->projectDirectory());
|
||||
|
||||
layout->addRow(tr("Working directory:"), m_workingDirectory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user