Skip to content
Snippets Groups Projects
Commit 913fd1dc authored by El Mehdi Fekari's avatar El Mehdi Fekari Committed by Mehdi Fekari
Browse files

Qnx: Show the .pro file when adding bar-descriptor to project


Task-number: QTCREATORBUG-11300

Change-Id: If064d79c35d95b1ea1c5124be60d22d2ffee93f4
Reviewed-by: default avatarDavid Kaspar <dkaspar@blackberry.com>
Reviewed-by: default avatarTobias Nätterlund <tobias.naetterlund@kdab.com>
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
parent 17c11f06
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,8 @@ void BlackBerryDeployConfiguration::setupBarDescriptor()
QDialogButtonBox::StandardButton button = Utils::CheckableMessageBox::question(Core::ICore::mainWindow(),
tr("Setup Application Descriptor File"),
tr("You need to set up a bar descriptor file to enable "
"packaging.\nDo you want Qt Creator to generate it for your project?"),
"packaging.\nDo you want Qt Creator to generate it for your project (%1)?")
.arg(target()->project()->projectFilePath()),
tr("Don't ask again for this project"), &m_appBarDesciptorSetup);
if (button == QDialogButtonBox::No)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment