Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
1.11.0
-
None
-
macOS 10.12
-
cee7367f72c4c2321e6f324bb36be0b6923db640
Description
I'm building Creator 4.6 with a built qbs 1.10 from command line, but the creator shared folder points to qbs 1.11.
My build invocation is
/Volumes/T3/Dev/qtcreator/qt59_for_creator/built/qbs/bin/qbs -f /Volumes/T3/Dev/qtcreator/qtcreatordev profile:qt59_for_creator modules.qbs.buildVariant:release modules.cpp.debugInformation:true modules.cpp.machineType:native modules.cpp.cxxFlags:'-O3' products.qbsqt.deployQt:false
And the "products.qbsqt.deployQt:false" bit is specified in commit message of https://codereview.qt-project.org/#/c/213299/6//ALL
Apparently that is the wrong product name, and it should be "products.bundleqt.deployQt:false"
so bundleqt instead of qbsqt.
There is no warning about this on the command line, when the property is specified wrongly.