Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

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

    QML and Qt Quick
    5
    10
    8456
    Loading More Posts
    • 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
      strekazoid last edited by

      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 Reply Quote 0
      • S
        strekazoid last edited by

        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 Reply Quote 0
        • S
          strekazoid last edited by

          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 Reply Quote 0
          • S
            strekazoid last edited by

            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 Reply Quote 0
            • T
              Tslv last edited by

              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 Reply Quote 0
              • T
                Tslv last edited by

                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 Reply Quote 0
                • W
                  webwizo last edited by

                  Oh good. It works! Thank you

                  1 Reply Last reply Reply Quote 0
                  • 3
                    3vmedia last edited by

                    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 Reply Quote 0
                    • G
                      geronik last edited by

                      @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 Reply Quote 0
                      • 3
                        3vmedia last edited by

                        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 Reply Quote 0
                        • First post
                          Last post