I'm creating a stylesheet for my Qt application to customize the look and feel. I'd love to take advantage of a CSS generator like LESS or Compass, so I can at least use variables for color and perhaps take advantage of some of the other cool features they offer.
My concern is that Qt does not use the W3C standard for stylesheet, they utilize a subset of the syntax with a few extra options.
Is this even possible? Are Less and Compass able to generate valid Qt stylesheets?