On Thu, 11 Oct 2018 17:09:04 +0200 Jason H <jh...@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@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator