PDA

View Full Version : How to use QtService class with Qt 4.7.4



Qting
2nd February 2012, 13:42
QtService is not available in Qt4.7.4. Is there a way to download it from somewhere and use it in my project. Or does it work only with commercial versions of Qt? And, does it work on Symbian/S60 ?

wysota
3rd February 2012, 17:13
QtService is not part of Qt, it's a separate extension that should be available at QtSolutions gitorious.

http://qt.gitorious.org/qt-solutions

Qting
4th February 2012, 05:40
QtService is not part of Qt, it's a separate extension that should be available at QtSolutions gitorious.

http://qt.gitorious.org/qt-solutions

@wysota Thanks for the reply. It seems from the link you gave that QtService is discontinued. Can you please tell me then how can I create a service for the Symbian platform. I need it to start at boot and run continuously.

wysota
4th February 2012, 11:42
I don't think QtService handles Symbian. You may have better luck with QtMobility's Service Framework (http://doc.qt.nokia.com/qtmobility-1.2/service-frameworks.html)