Qt Forum

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

    Nokia Qt SDK and .deb-building

    Tools
    3
    4
    3057
    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.
    • R
      riussi last edited by

      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 Reply Quote 0
      • K
        kandeler last edited by

        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 Reply Quote 0
        • K
          kamalakshantv last edited by

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

          1 Reply Last reply Reply Quote 0
          • R
            riussi last edited by

            Okay, that's great.

            Thanks guys for such a fast response.

            Juha Ristolainen (@Riussi)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post