After a few tests I have found the problem. You forget the double quotes when you run commands.
so I'have replaced part of the program by
cmd.append(" \"");
cmd.append( argv[3]);
cmd.append("\" \"");
cmd.append( argv[4]);
cmd.append("\" \"");
cmd.append( argv[5]);
cmd.append("\"");
cmd.append(" \"");
cmd.append( argv[3]);
cmd.append("\" \"");
cmd.append( argv[4]);
cmd.append("\" \"");
cmd.append( argv[5]);
cmd.append("\"");
To copy to clipboard, switch view to plain text mode
See the two new ".cpp" files in attachment. I will provide a complete solution for this small project if you agree.
I have add quotes in the rules file.
Thanks you for having provided the autoMoc and autoUic source. Thanks open source program
Bookmarks