Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qml applications is not working in emulator using meego sdk 1.1

Qml applications is not working in emulator using meego sdk 1.1

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.5k 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.
  • K Offline
    K Offline
    kotesh
    wrote on last edited by
    #1

    i using meego sdk 1.1 and ubuntu 10.04

    while running the Qml application in emulator using meego sdk 1.1 it shows the following error

    Cleaning up remote leftovers first ...
    Initial cleanup done.
    Files to deploy: /home/srmri-pc-027/test-build-meego/rrpmbuild/test-0.0.1-1.i586.rpm.
    Deployment finished.
    Starting remote application.

    access control disabled, clients can connect from any host

    <Unknown File>: File error for URL qrc:/ui.qml

    can anyone tell me the solution for that

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      looks like its not able to find the ui.qml resource file .. is the location and resource path right?
      check the documentation on Qt resource system

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kotesh
        wrote on last edited by
        #3

        i gave the correct path as follows

        this->ui->setSource(QUrl("qrc:/ui.qml"));

        but still it shows the same error

        1 Reply Last reply
        0
        • E Offline
          E Offline
          edmondas
          wrote on last edited by
          #4

          Are you sure that this qml file is included in this rpm build?
          Try to connect to emulator and file list for your package:
          rpm -ql test-0.0.1-1.i586.rpm | grep ui.qml

          To include QML files you can use this directive in your project file:
          OTHER_FILES += path_to/file.qml

          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