On 24 June 2014 10:26, Mark Gaiser <mark...@gmail.com> wrote:
> I think I'll just look at how QCommandLineParser is doing that and
> "copy" that logic.

I think there's no such logic. QCommandLineParser will already see the
arguments correctly split, i.e. the ones you're receiving into main.
Your problem is that you have to perform the split yourself because
you have a single string -- the environment variable.

-- 
Giuseppe D'Angelo
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to