Hi, thank you for your help i'll try that,

I have several other issues while merging to 1.9 with the command line qbs :


        - ( MacOS) When using qbs setup-toolchains --detect, it says that 'objcopy' exists neither in '/usr/bin' nor in PATH. I only have the Command Line Tools installed ( no XCode ).I search for the binary on my harddrive and it seems to be only present in qt src.

        - ( MacOS/Windows ) When i run qbs setup-qt /path/to/qmake profileName, there is only one line added in the profiles : "profiles.profileName.preferences.qbsSearchPaths and build doesn't work( Please createa Qt profile using the qbs-setup-qt tool ... error ).


I'm using the homebrew package on MacOS and official one on Windows.

Thank you for your time,


Dorian.


Le 08/09/2017 à 08:07, Epting, Thomas a écrit :
Arguably, we should set this value again in setup-toolchains.
Sounds good, as the new behavior is creating problems on our side, too.

Thomas

-----Ursprüngliche Nachricht-----
Von: Qbs [mailto:qbs-bounces+thomas.epting=stryker....@qt-project.org] Im 
Auftrag von Christian Kandeler
Gesendet: Freitag, 8. September 2017 01:48
An: qbs@qt-project.org
Betreff: Re: [Qbs] Depends Issue

You did not specify what went wrong four you. I assume you are referring to the 
fact that the condition of the Depends item evaluates to false. This is because 
the value of qbs.architecture comes from a Probe, which is not evaluated until 
later. Workaround: Set qbs.architecture in your profile. Arguably, we should 
set this value again in setup-toolchains.


Christian

________________________________________
From: Qbs <qbs-bounces+christian.kandeler=qt...@qt-project.org> on behalf of Dorian 
Jicquel <dorian.jicq...@mana-sys.fr>
Sent: Thursday, September 7, 2017 2:17 PM
To: qbs@qt-project.org
Subject: [Qbs] Depends Issue

Hi,


Since 1.9.0, it is not possible anymore to have two Depends with the same name 
in the same product, for example :

Depends { name: "Qt" ; submodules:["core"] } Depends { name: "Qt" ; condition: 
qbs.architecture=="x86"; submodules:["gui","widgets"] }



Any clue about this ? Thanks in advance,


Regards,


Dorian.

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

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

Reply via email to