On Fri, Sep 19, 2025 at 05:56:48PM +0200, Jochen Becher via Qt-creator wrote:
>
> In qpsprofilemanager.cpp Ifound the following code to set up a Qbs profile
> (line 166 in QbsProfileManager::addProfileFromKit):
>
> if (const QtSupport::QtVersion *const qt =
> QtSupport::QtKitAspect::qtVersion(k))
> data.insert("moduleProviders.Qt.qmakeFilePaths",
> qt->qmakeFilePath().toUrlishString());
>
> Shouldn't that use the path() part of the qmakeFilePath() only?
>
> qmake will always be run from qbs which is running on the device. So scheme
> and host are not relevant. And something like "docker://xyz:n/usr/bin/qmake"
> is surely not understood by Qbs, isn't it?
>
> I tried it out and it works. But I am not sure if that is really the correct
> solution.
This is the correct solution.
Andre'
--
Qt-creator mailing list
[email protected]
https://lists.qt-project.org/listinfo/qt-creator