Can anyone help me how to get this to work outside the gui ?
The problem is that you have to define a class that inherits from QThread and is thus a Q_OBJECT. But when I add this to the class, I get unresolved externals QMetaObject ....
Or should I do something else than QThread to get threading ? Vincent