Re: [Qbs] tst_blackbox-qt fails

2019-01-30 Thread Christian Kandeler
On Wed, 30 Jan 2019 07:20:30 +0100 Richard Weickelt wrote: > >> This is how I build and test now: > >> > >> qbs build profile:qt > >> qbs run -p qbs_app profile:qt -- setup-toolchains --detect > >> qbs run -p qbs_app profile:qt -- setup-qt > >> /usr/local/Qt/5.9.7/gcc_64/bin/qmake qt > >>

Re: [Qbs] tst_blackbox-qt fails

2019-01-29 Thread Richard Weickelt
Christian, >> This is how I build and test now: >> >> qbs build profile:qt >> qbs run -p qbs_app profile:qt -- setup-toolchains --detect >> qbs run -p qbs_app profile:qt -- setup-qt >> /usr/local/Qt/5.9.7/gcc_64/bin/qmake qt >> QBS_AUTOTEST_PROFILE=qt qbs build -p autotest-runner profile:qt >> >>

Re: [Qbs] tst_blackbox-qt fails

2019-01-03 Thread Christian Kandeler
On Wed, 2 Jan 2019 17:27:29 +0100 Richard Weickelt wrote: > This is how I build and test now: > > qbs build profile:qt > qbs run -p qbs_app profile:qt -- setup-toolchains --detect > qbs run -p qbs_app profile:qt -- setup-qt > /usr/local/Qt/5.9.7/gcc_64/bin/qmake qt > QBS_AUTOTEST_PROFILE=qt qbs

Re: [Qbs] tst_blackbox-qt fails

2019-01-02 Thread Christian Kandeler
On Sat, 29 Dec 2018 08:48:37 +0100 Richard Weickelt wrote: > I tried to build Qbs from source and to run the autotests on Debian stretch > with Qt 5.9.7 and 5.12.0. After creating a Qt profile (with the built Qbs) > and setting the undocumented QBS_AUTOTEST_PROFILE variable I still see some >