Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Whether Nokia Qt SDK 1.1 supports organizer API.
Qt 6.11 is out! See what's new in the release blog

Whether Nokia Qt SDK 1.1 supports organizer API.

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 3 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    imrrk
    wrote on last edited by
    #1

    Hello friends,I have Nokia Qt SDK 1.1 installed on my machine ,I am trying to find the calendardemo example in my examples directory of Qt SDK,but I didnt get it.And When I tried to include header files pertaining to organizer api i didnt find them,So I am confused about what the problem is?.So friends please help me out..

    Regards
    imrrk

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Yes Qt SDK 1.1 supports it. Please check the official documentation. The "organizer API is part of Qt Mobility":http://doc.qt.nokia.com/qtmobility-1.1.0/organizer.html Make sure Qt Mobility and the organizer API are configured correct in your pro file:

      @
      CONFIG += mobility
      MOBILITY = organizer
      @

      Best regards,
      Leon

      http://anavi.org/

      1 Reply Last reply
      0
      • I Offline
        I Offline
        imrrk
        wrote on last edited by
        #3

        Ya,thats true..But when i recently updated my sdk 1.1 I am facing issues with mobility part..none of the mobility project is running.

        regards
        imrrk

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mgran
          wrote on last edited by
          #4

          [quote author="imrrk" date="1306927630"]Ya,thats true..But when i recently updated my sdk 1.1 I am facing issues with mobility part..none of the mobility project is running.
          [/quote]

          Hi imrrk, you're being vague so it's not very likely that people can easily help you. :) You should spend some more time with the documentation and debugging in general before you post questions to the forum. By not doing more "homework" before posting you're wearing out the people that can help you. So please do some more research/debugging before posting :)

          Project Manager - Qt Development Frameworks

          1 Reply Last reply
          0
          • L Offline
            L Offline
            leon.anavi
            wrote on last edited by
            #5

            [quote author="mariusg" date="1306928118"]So please do some more research/debugging before posting :)[/quote]

            Excellent advice :) Btw it is good for all of us because most of the answers to such general questions can be find easily at the official documentation :)

            http://anavi.org/

            1 Reply Last reply
            0
            • I Offline
              I Offline
              imrrk
              wrote on last edited by
              #6

              Hello Mariusg,I read the documentaion of Organizer api,they have given an example of calendardemo,so i tried to run it..but the headerfiles which they have included for example
              @#include <qmobilityglobal.h>
              #include <qorganizeritemsaverequest.h>
              #include <qorganizeritemremoverequest.h>@
              I get error for this header files as not found..

              Regards
              imrrk

              1 Reply Last reply
              0
              • I Offline
                I Offline
                imrrk
                wrote on last edited by
                #7

                Hello everyone..I have solved this issue.when i checked..my C:\NokiaQtSDK\Symbian\SDKs\Symbian3Qt473\include.which didint include the qtorganizer folder..so i was getting error..so I copied it from C:\NokiaQtSDK\Simulator\QtMobility\mingw\include

                So friends if you have this kind of error please check out the subsequent folder..

                regards
                imrrk

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved