On 10/19/20 8:26 PM, Карелин Павел wrote:
Depends { name: "Qt"; submodules: ["core", "network"]; required: false}
condition: Qt.core.present

Then in QtC I created a profile without qt-framework, and I tried to build the project. ... and the project was built.
It turned out that QBS found qt-framework on my system (Linux Kubuntu).

Yes, because qmake was found in the PATH. Toolchains work the same way. If you don't explicitly set the respective property, auto-detection kicks in.


Christian

_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to