From: <he...@co...> - 2015-05-07 19:08:23
|
I've been working at cutting down the size of my PLplot Windows application which uses memqt. In trying to cut out all the non-memqt Qt devices, I've discovered some possible bugs. <br><br>I'll get some more details, but briefly, there are a few places where PLD_memqt was left out of conditional compilation macros for Qt raster code. There is also a similar omission in the cmakelist file. Then, there is other cmake code that turns off all Qt devices if PLD_extqt is not defined. That didn't make sense to me so I commented that out. What I ended up with seems to work fine with just the memqt device.<br><br>Thanks,<br><br>Aaron. |