Hi all, I try'd to build helloworld-minimal from 1.3.3:
after that, the binary exists. If I remove that file, qbs does not rebuild it. Second: Is there a way to scan the dependencies automatically? With make,I add a Compiler-Switch (-MMD for gcc). Then the compiler creates a file .d wich I can include in the makefile. If I touch such header and re-run make, the file is compiled again. With qbs this is not happen. I don't want to add each header to the qbs-file per hand. jan _______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
