PDA

View Full Version : Using Qt classes without having a full-blown Qt application



squidge
30th April 2010, 16:08
Is there a dependency list somewhere?

I'm the maintainer of some apps where it would be impractical to rewrite them using all Qt classes, but some Qt classes are very useful so I wonder if they can be used stand-alone.

For example, to add scripting capability, can QtScript be used on it's own? Or is there another ECMAScript-compliant library that would be more suitable?