[Qt-creator] Creator is confused about device state
Christian Kandeler
Christian.Kandeler at qt.io
Thu Oct 11 17:16:04 CEST 2018
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
More information about the Qt-creator
mailing list