[Qt-creator] Creator is confused about device state
Jason H
jhihn at gmx.com
Thu Oct 11 18:51:41 CEST 2018
I figured out the bug, but it requires a fix.
Details in bug https://bugreports.qt.io/browse/QTCREATORBUG-21291
> Sent: Thursday, October 11, 2018 at 11:34 AM
> From: "Jason H" <jhihn at gmx.com>
> To: "Christian Kandeler" <Christian.Kandeler at qt.io>
> Cc: "qt-creator at qt-project.org" <qt-creator at qt-project.org>
> Subject: Re: [Qt-creator] Creator is confused about device state
>
> Ah, I see set and execute, not one long variable, thanks!
>
> QT_LOGGING_RULES=qtc.ios.*=true Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
>
> https://bugreports.qt.io/browse/QTCREATORBUG-21291
>
>
> > Sent: Thursday, October 11, 2018 at 11:16 AM
> > From: "Christian Kandeler" <Christian.Kandeler at qt.io>
> > To: "qt-creator at qt-project.org" <qt-creator at qt-project.org>
> > Subject: Re: [Qt-creator] Creator is confused about device state
> >
> > On Thu, 11 Oct 2018 17:09:04 +0200
> > Jason H <jhihn at gmx.com> wrote:
> >
> > > Thank you!
> > >
> > > I'm trying to do this, but:
> > > $ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
> > > -bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
> > >
> > > $ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
> >
> > The closing quote needs to be after the "internal assignment", i.e. after "true".
> >
> >
> > Christian
> > _______________________________________________
> > Qt-creator mailing list
> > Qt-creator at qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> >
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
More information about the Qt-creator
mailing list