Hi
I have tried to use the Qt Mobile Extensions. I use XQTelephony to monitor incoming phone calls, as I have to stop a mediaplayer when a call comes in. I use this example from the wiki (http://wiki.forum.nokia.com/index.ph...one_call_in_Qt) and my .pro file looks as follows:
The code compiles with no error, but when I try to run, it tells me that:Code:QT += core gui TARGET = EnergyMobExLab TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui CONFIG += mobility MOBILITY = INCLUDEPATH += C:\QtMobileExtensions\extensions\include\ symbian { TARGET.UID3 = 0xe4ba8104 TARGET.CAPABILITY += ReadUserData WriteUserData NetworkServices TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 LIBS += -lxqtelephony }
Die Anwendung konnte nicht gestartet werden: General OS-related error
Well, it's in german but it means that the app cannot be started because of a general OS-related error. Any ideas?
Cheers, Lukas



