ext Rajeev J Sebastian schrieb: > Unrelated question: I'm using waf to build my project. To get Qt > Creator to issue "./waf build" in the Project Directory, i have to > create a Custom Step. But, I cannot get rid of the Make step, and so, > i have to create a dummy Makefile with an "all" target. Is there some > way I can avoid this ?
Hi Rajeev, up to version 1.3.0 there is a drop-down-list labeled "Remove build step" below the build steps. When clicking on this you should be able to select the make step which is then removed. In 1.3.80 there's a small "X" appearing next to the build steps when hovering them. Click it and the respective step is gone. ...or did I miss something? Regards, Robert -- Robert Löhning Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
