> > > But this .pri file is nowhere to be found in my checkout?! >
The pri file should have been generated. Anyway, this technology takes some effort to get control of since there are so many stages. That's why I made this very simple hello world example in the first place, to nail down the essential steps without an overwhelming amount of functionality in addition. After having tamed this initial example, you will need to learn how to map the classes using the typesystem. Usually not that difficult, but you might run into some obstacles, some C++ method signature types are not that good supported by the generator, and it's not ALWAYS so that it tells you in a very clear manner. You might have to use a bit intuition for it. I've used this approach in 2-3 projects, so I've started to know most of the quirks, but you will have to calculate some factor there before you are up-to-speed. Helge
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest
