Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.3.0
-
None
-
Ubuntu 14.04
-
96e3f258d634030e6f096f39eb7ed83b6b75dc4a
Description
Hi,
My custom wizard project contains a PNG file. I write "generators" in wizard.json as below:
"generators":
[
{
"typeId": "File",
"data":
[
]
}
]
But when I generate a project using this wizard, the icon.png has wrong size and can't open by image viewer.
There's no "binary" property in JSON-based wizard like in XML-based, perhaps it's treated as a text file?