[QBS] Building against developer-build

Dmitry Volosnykh dmitry.volosnykh at gmail.com
Fri May 1 00:39:45 CEST 2015


The same project, but qmake-based, builds like a charm.

On Fri, May 1, 2015 at 1:36 AM, Dmitry Volosnykh <dmitry.volosnykh at gmail.com
> wrote:

> As you probably guessed by that "framework" part I am on OS X Yosemite.
>
> On Fri, May 1, 2015 at 1:29 AM, Dmitry Volosnykh <
> dmitry.volosnykh at gmail.com> wrote:
>
>> I've build Qt5 from sources like wiki page suggests.
>>
>> In my .qbs project I define dependencies as follows:
>>
>> QtGuiApplication {
>>     Depends { name: "Qt"; submodules: [ "gui", "qml", "quick" ] }
>>     Depends { name: "cpp" }
>> }
>>
>> This leads to the following parameters to clang:
>>
>> -I/.../qt5_dev/qtbase/lib/QtCore.framework/Headers
>>
>> However there's no such path. Corresponding headers appear to be located
>> at /.../qt5_dev/qtbase/include/QtCore
>>
>>
>> Do I miss something or building against non-installed Qt 5 is not
>> supported?
>>
>> The same project builds fine against ordinary Qt 5.4 installation.
>>
>>
>> Regards,
>>
>> Dmitry.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20150501/c3754509/attachment.html>


More information about the Qbs mailing list