Re: QLGenerator PLUGIN_ID [SOLVED]

2009-08-26 Thread Nick Zitzmann
On Aug 26, 2009, at 3:58 PM, David Blanton wrote: I had the generator stripped using project settings. I added a run script to do strip -u -r (which according to the strip docs should be OK). It was this additional strip that caused the problem. Removing the run script strip and leaving th

Re: QLGenerator PLUGIN_ID [SOLVED]

2009-08-26 Thread David Blanton
I had the generator stripped using project settings. I added a run script to do strip -u -r (which according to the strip docs should be OK). It was this additional strip that caused the problem. Removing the run script strip and leaving the project settings strip and the generator ran fine