Hi all! How to set alarm and get list of alarms using Qt Quick?
Printable View
Hi all! How to set alarm and get list of alarms using Qt Quick?
Here is a solution:
[URL="http://www.developer.nokia.com/Community/Wiki/How_to_use_QAlarm_to_manage_alarms_on_your_phone"]How to use QAlarm to manage alarms on your phone[/URL]
A.A.M. Thanx
I am trying to build an example that [B]A.A.M.[/B] gave, but did not succeed.
I have the following error:
[CODE]some path/../Alarm/QAlarm/qalarm_p.h:4: error: e32base.h: No such file or directory[/CODE]
I made it:
[CODE]For a Symbian^3 target you will need to copy the required headers (.h) and link libraries (.dso) into the locations listed below (on default installation)
C:\QtSDK\Symbian\SDKs\Symbian3\epoc32\include\ (system include directory, headers go here)
C:\QtSDK\Symbian\SDKs\Symbian3\epoc32\release\armv5\lib\ (link library directory, .dso goes here)
These would be copied from the equivalent folders in the native Symbian C++ SDK. [/CODE]
But the problem continues. My system is Ubuntu Linux.
Pleace help.
Are you using [URL="http://www.developer.nokia.com/Community/Wiki/Qt_SDK_Remote_Compiler"]Qt SDK Remote Compiler[/URL] on your Linux?
No. But I'll try.