Skip to content

Commit 5f6b2f5

Browse files
committed
Fix for change qbsExecutableFilePath
1 parent d8f9616 commit 5f6b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/qbsprojectmanager/qbsprojectmanagerplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ void QbsProjectManagerPlugin::generateVs2022Project()
517517
if (!dev)
518518
return;
519519

520-
auto commandLine = Utils::CommandLine{QbsSettings::qbsExecutableFilePath(dev)};
520+
auto commandLine = Utils::CommandLine{QbsSettings::qbsExecutableFilePathForDevice(dev)};
521521
commandLine.addArg("generate");
522522
commandLine.addArgs({"-g", "visualstudio2022"});
523523
commandLine.addArgs(

0 commit comments

Comments
 (0)