Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Nokia Qt SDK and .deb-building
QtWS25 Last Chance

Nokia Qt SDK and .deb-building

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 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.
  • R Offline
    R Offline
    riussi
    wrote on last edited by
    #1

    Hi,

    I am using Nokia Qt SDK and trying to get my app to install also a .desktop-file for it on Maemo-devices.

    In my .pro-file I have this block:

    @maemo5 {
    desktop.path = /usr/share/applications/hildon
    desktop.files = $${TARGET}.desktop

    INSTALLS += desktop
    

    }
    @

    This should install my .desktop-file in the abovementioned folder?

    Well anyway Nokia Qt SDK when building with Madde doesn't follow that. I have to go to "Projects" > "Maemo" > "Build steps" > "Create package" > "Details" and add it manually there. Then it will be added to the .deb-file.

    But this is not suitable for me since this setting is stored in my environment specific .pro.user file which isn't shared with the team in the source code repository. I would need to get the .pro working. Any ideas what is wrong with that clip?

    Juha Ristolainen (@Riussi)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kandeler
      wrote on last edited by
      #2

      The current release of Qt Creator does not evaluate the project file for Maemo deployment. The code above will work with Creator 2.1.

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

        Now that Qt Creator 2.1 snapshots are made available you can try with it.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          riussi
          wrote on last edited by
          #4

          Okay, that's great.

          Thanks guys for such a fast response.

          Juha Ristolainen (@Riussi)

          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