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. QML only to Qt Quick - Remotely compiled Maemo .deb doesn't contain all resource files

QML only to Qt Quick - Remotely compiled Maemo .deb doesn't contain all resource files

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 4 Posters 3.3k 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.
  • T Offline
    T Offline
    tlaukkanen
    wrote on last edited by
    #1

    I'm trying to upgrade my QML app to full Qt Quick App with help of Qt SDK 1.1 Preview but I'm having trouble:

    I can run my app on Mac without problems on Simulator and as Desktop app but when I build it with remote compiler to Maemo 5 it finishes without problems and it even installs on N900 but just shows black screen when launched. The .deb file is clearly too small so that it doesn't include all images from my project.

    Should remote compiling work out-of-the-box if I'll have e.g. Image in my QML with relative link to image file?
    @Image { source: "pics/button.png" }@

    My Blog: <a href="http://www.substanceofcode.com">substanceofcode.com</a>
    Twitter: <a href="http://twitter.com/tlaukkanen">twitter.com/tlaukkanen</a>

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tlaukkanen
      wrote on last edited by
      #2

      I was able to build .deb package locally and it seems to work fine on N900. Locally built .deb package is 115kb and remotely 16kb. So problem is in remote compiler.

      My Blog: <a href="http://www.substanceofcode.com">substanceofcode.com</a>
      Twitter: <a href="http://twitter.com/tlaukkanen">twitter.com/tlaukkanen</a>

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

        Could you please file a bug report about this at bugreports.qt.nokia.com?

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Actually the remote compiler is not part of Qt Creator. We can not fix the code and have to close all issues reported in bugreports.qt.nokia.com for the remote compiler.

          Bug reports for the remote compiler seem to go to this forum "here":http://discussion.forum.nokia.com/forum/forumdisplay.php?221-Qt-SDKs-and-Tools.

          Sorry, for the inconvenience:-(

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

            When you build with remote compiler, it gets all files belonging to project. So if you want to add images etc to project you define them to OTHER_FILES or use qrc.

            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