Hello

My colleague decided to try QtCreator 4.11 (QBS 1.15), and faced a problem.
At this project the QtCreator 4.11 issues a mistake:

import qbs
Project {
    minimumQbsVersion: "1.12.0"

    Probe {
        id: projectProbe

        readonly property string projectBuildDirectory: project.buildDirectory         readonly property string projectSourceDirectory: project.sourceDirectory

        configure: {
            // ...
        }
    }
}


At the same time, on Qt Creator 4.10.2 this project opens normally.
Why is the "project.buildDirectory" construct no longer valid at the project level?

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

Reply via email to