Hello everyone! I am looking for an equivalent to QMAKE_SUBSTITUTES in qbs.
It is an hidden functionality in qmake that take a file with '.in' suffix and creates a copy in the build directory without the suffix in which variables have been expanded. For instance: ****myproject.pro**** MY_VAR = "abcd" QMAKE_SUBSTITUTES += file.txt.in ****file.txt.in**** MY_VAR is $$MY_VAR ****file.txt**** MY_VAR is "abcd" Thanks. Best regards. Benjamin _______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
