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. Import com.nokia.symbian 1.0 -> Package not found
Forum Updated to NodeBB v4.3 + New Features

Import com.nokia.symbian 1.0 -> Package not found

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

    I have this miserable problem in Qt Creator 2.3.1. I'm creating a Qt Quick application project with Symbian components. All good at this point. Then I close Qt Creator, restart the PC (Windows 7 64 bit), opening Qt Creator and my project on the next day. And all of a sudden import com.nokia.symbian 1.0 line gives Package not found error.

    Temporary fix:
    --Just create another Qt Quick UI application project using the wizard. After that Qt Creator starts seeing symbian components again also in your old project.

    This is probably an existing bug in Qt Creator / Qt SDK?

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

      This starts to be too annoying. Now Qt Creator will loose com.nokia.symbian 1.0 after every time I run the project on HW. Right now I can't even get it recognize the library. I should probably try and update the whole SDK to Belle.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BernhardA
        wrote on last edited by
        #3

        try:

        @
        import Qt.labs.components 1.0
        import com.nokia.symbian 1.1
        @

        and:

        @
        CONFIG += qt-components
        @

        [EDIT: code formatting, Volker]

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

          Thanks. This sort of resolved itself after I've upgraded to SDK 4.7.4.

          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