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.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to