Hi all,
I was wondering if anyone has taken a look at tackling using RCC with QT?
Currently I restrict myself to not using QT objects and instead using non-RCC QT proxy objects which generally convert QT signals to boost signals which are compatible with RCC. However I'd be interested in cleaning up this solution.
I believe all that would be required is an additional macro that RCC can pick up to determine if a header file needs to be MOC'd, then have rcc run the QT MOC processor on the specified files, then just add the MOC'd file into the compile list.
Doug, could you provide any input from your end on what would be the best way of accomplishing this in RCC?