We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f9616 commit 5f6b2f5Copy full SHA for 5f6b2f5
src/plugins/qbsprojectmanager/qbsprojectmanagerplugin.cpp
@@ -517,7 +517,7 @@ void QbsProjectManagerPlugin::generateVs2022Project()
517
if (!dev)
518
return;
519
520
- auto commandLine = Utils::CommandLine{QbsSettings::qbsExecutableFilePath(dev)};
+ auto commandLine = Utils::CommandLine{QbsSettings::qbsExecutableFilePathForDevice(dev)};
521
commandLine.addArg("generate");
522
commandLine.addArgs({"-g", "visualstudio2022"});
523
commandLine.addArgs(
0 commit comments