-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.2.0
-
None
-
6dae14c65c7ea4356bc8ac19780ca012d6c06b5d
I just installed the latest snapshot (rev 1b3016c571) and none of my generic make projects work. The make command generator seems to be inserting an empty quoted string into the command, independent of all the configurations in the project editor.
This might be a bug in the .user file upgrade logic. I looked at the .user file diff and here is a suspicious snippet:
<valuelist key="GenericProjectManager.GenericMakeStep.BuildTargets" type="QVariantList">
<value type="QString"></value>
</valuelist>
I've attached the old and new .user files for your reference.