[Qt-creator] run settings arguments
Max Waterman
davidmaxwaterman+qtcreator at fastmail.co.uk
Tue Aug 24 16:02:46 CEST 2010
Hi,
If I want to pass an argument on the command line that contains
spaces, eg :
-d "This is a test service implementing
interface:com.nokia.FtMServiceFwGen1"
If I run this on the command line (bash), my program gets argv
with 3 elements :
1. program
2. -d
3. This is a test service implementing
interface:com.nokia.FtMServiceFwGen1
but specifying this in qtcreator and my program gets argv with
each word in the 3rd arg as a separate element in the array.
Sounds like a bug to me.
Comments?
Max.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100824/5f3c0f4d/attachment.html
More information about the Qt-creator-old
mailing list