Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED] import com.nokia.symbian 1.1 is not recognized
QtWS25 Last Chance

[SOLVED] import com.nokia.symbian 1.1 is not recognized

Scheduled Pinned Locked Moved QML and Qt Quick
10 Posts 5 Posters 8.9k Views
  • 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.
  • S Offline
    S Offline
    strekazoid
    wrote on last edited by
    #1

    I've downloaded and installed Qt SDK 1.1.4. Created a HelloWorld QML application project from wizard. I'm getting this line understroked with red:

    @import com.nokia.symbian 1.1@

    Since symbian components are not recognized, app is not able to run. What might be wrong here?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      strekazoid
      wrote on last edited by
      #2

      I'm also getting troubles running this HelloWorld on Nokia N8 device. Here is the compile output:

      @Installing package "friday5.sis" on drive C:...
      Installation failed: 'Incorrect dependency: Qt Quick components for Symbian has version 1.00(0), need version 1.01(0) or newer' Code: 131073; see http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes for descriptions of the error codes
      Error while building project friday5 (target: Symbian Device)
      When executing build step 'Deploy'@

      What in a hell is going on here?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        strekazoid
        wrote on last edited by
        #3

        I'm not able even to start HeloWorld using simulator:

        Starting C:\Users\Alex\Qt_projects\friday7-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug\debug\friday7.exe...
        file:///C:/Users/Alex/Qt_projects/friday7-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/qml/friday7/main.qml:2:1: module "com.nokia.symbian" is not installed
        import com.nokia.symbian 1.1

        1 Reply Last reply
        0
        • S Offline
          S Offline
          strekazoid
          wrote on last edited by
          #4

          Solved now. The reason for all this madness was that SDK 1.1.4 is not installing Symbian components by default for MinGW and Symbian Anna HW. You have to install them by manually selecting those in the SDK Maintenance tool.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Tslv
            wrote on last edited by
            #5

            Thanks for this. Why isn't this turned on by default? !!!

            Here is a more detailed explanation of what to do if you get module com.nokia.symbian 1.1 is not installed error described above:

            1. Run Maintain Qt SDK (Start>All Programs>Qt SDK>Maintain Qt SDK)
            2. Chooze Package Manager
            3. Go to APIs>Qt Quick Components for Symbian - Simulator and put the check next to Qt Quick components for Symbian - MinGW

            After this it should work in Simulator

            Qt Video Tutorials
            http://www.youtube.com/user/MobileDevVT/videos
            More learning materials
            http://mobiledevvt.blogspot.com/

            1 Reply Last reply
            0
            • T Offline
              T Offline
              Tslv
              wrote on last edited by
              #6

              Here is the video that shows how to fix this.
              http://youtu.be/Xl6V_kQroWY

              Qt Video Tutorials
              http://www.youtube.com/user/MobileDevVT/videos
              More learning materials
              http://mobiledevvt.blogspot.com/

              1 Reply Last reply
              0
              • W Offline
                W Offline
                webwizo
                wrote on last edited by
                #7

                Oh good. It works! Thank you

                1 Reply Last reply
                0
                • 3 Offline
                  3 Offline
                  3vmedia
                  wrote on last edited by
                  #8

                  i have the same problem, but sorry, i dont have "Qt Quick components for Symbian – MinGW" in my updater...
                  what can i do now?
                  its useless to create apps without these component.
                  .

                  .
                  !http://www.abload.de/img/qt_symbian_not_supporu6yet.png(pic)!

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    geronik
                    wrote on last edited by
                    #9

                    @3vmedia : As far I can see in the picture, you are have currently installed Qt Symbian Components version 1.1.2 so maybe you could try importing them using " import com.nokia.symbian 1.2 ".

                    1 Reply Last reply
                    0
                    • 3 Offline
                      3 Offline
                      3vmedia
                      wrote on last edited by
                      #10

                      thx for your response, but after changing "import com.nokia.symbian 1.1" to "import com.nokia.symbian 1.2" it is still underlined red (QML Module not found).

                      best regards

                      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