Details
Description
Given:
import qbs 1.0 CppApplication { files: "test.c" name: { throw: "MyProductName"; } }
Your product will be named MyProductName. The expected behavior is to exit with error.
Given:
import qbs 1.0 CppApplication { files: "test.c" name: { throw: "MyProductName"; } }
Your product will be named MyProductName. The expected behavior is to exit with error.