Allow modification of project config in the command line (#687)

This commit is contained in:
Valentin Lemière
2016-06-06 14:56:27 +02:00
parent 9d51809c0d
commit 108bee184c

View File

@@ -1352,6 +1352,10 @@ class CommandLineTools {
project.templatePaths.push (projectDefines.get (key));
} else if (field == "config") {
project.config.set (attribute, projectDefines.get (key));
} else {
if (Reflect.hasField (project, field)) {