Re: [Qbs] qbs 1.8.1 cannot find Qt.core

2017-07-10 Thread Christian Kandeler
On Mon, 10 Jul 2017 10:55:42 +0200 Christian Kandeler wrote: > Now that I think of it, I notice I used clang in my aforementioned attempt to > reproduce the problem. I'll try again with gcc 7. No difference: The self-built Creator works fine. Not sure how to proceed

Re: [Qbs] qbs 1.8.1 cannot find Qt.core

2017-07-10 Thread Christian Kandeler
On Mon, 10 Jul 2017 10:24:33 +0200 Elyzabeth von Reuenthal wrote: > Ever since I updated to qbs 1.8.1, I get the following message in QtCreator: > > Failed to set up kit for Qbs: Setting up Qt profile 'qtc_Desktop_ca73bbd0' > > failed: Cannot open

[Qbs] qbs 1.8.1 cannot find Qt.core

2017-07-10 Thread Elyzabeth von Reuenthal
Hi, Ever since I updated to qbs 1.8.1, I get the following message in QtCreator: > Failed to set up kit for Qbs: Setting up Qt profile 'qtc_Desktop_ca73bbd0' > failed: Cannot open file '/usr/lib/QtGui.framework/Headers/qtgui-config.h' (No > such file or directory). Running qbs directly however

Re: [Qbs] qbs 1.8.1 tools/version.h not installed?

2017-07-10 Thread Joerg Bornemann
On 09/07/2017 17:19, Andrzej Telszewski wrote: It looks like indeed "tools/version.h" should be installed. After installing it: ... Qt Creator builds fine. Thanks for pointing this out! This is fixed by https://codereview.qt-project.org/#/c/199668/ Cheers, Joerg