Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.7.0-beta1
-
Fix Version/s: Qt Creator 4.6.0-rc1
-
Component/s: Project & Build Management
-
Labels:
-
Environment:Linux, qbs and Qt Creator fresh out of master.
-
Commits:102a058c2517621a758730bd47389f914d4a8c8a
Description
I copy and pasted the "Equivalent command line" from Creator's qbs build settings into a terminal:
/usr/bin/qbs build -d /src/build-qtcreator-super-Desktop_Clang_Qt5-Debug -f /src/creator/qtcreator-super.qbs --settings-dir /home/tobias/.config/QtProject/qtcreator --jobs 8 qtc_Desktop_Clang_Qt5_Debug qbs.defaultBuildVariant:debug profile:qtc_Desktop__b91f8422modules.Qt.quick.qmlDebugging:true
and got this result:
ERROR: Unexpected command line parameter 'qtc_Desktop_Clang_Qt5_Debug'. Expected an assignment of the form <property>:<value>, profile:<profile-name> or config:<configuration-name>.