Qt Forum

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

    How to add many additional files in subdir(s) to deployment on windows?

    Installation and Deployment
    3
    3
    2988
    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
      ReHa1 last edited by

      Hi,

      isn't there a simple way to add many addiontional files (or directories) to the deployment-directory?

      My Problem: I wan't to provide a large number of files (images) with my Qt-Executable, realtive to it.

      I found the following solution for symbian at "http://wiki.forum.nokia.com/index.php/CS001424_-Using_the_DEPLOYMENT_keyword_in_a_Qt_package_file":http://wiki.forum.nokia.com/index.php/CS001424-_Using_the_DEPLOYMENT_keyword_in_a_Qt_package_file
      @myFiles.sources = images*
      myFiles.path = c:\data\images
      DEPLOYMENT += myFiles@

      But isn't there a way to do this on windows?
      (The ressource System isn't a way for me, because the files change dynamically in the subdirs)

      1 Reply Last reply Reply Quote 0
      • A
        andre last edited by

        Qt does not contain a setup solution for windows. You will have to pull that together yourself. I am using Inno Setup, and that works fine for me, but there are plenty of other choices.

        1 Reply Last reply Reply Quote 0
        • Alicemirror
          Alicemirror last edited by

          I discovered Inno Setup thanks to Andre, and it works very well, covering almost all the options a professional setup needs.

          ... If I can deploy an application, but unfortunately my problem remain unsolved at the actual date.

          Enrico Miglino (aka Alicemirror)
          Balearic Dynamics
          Islas Baleares, Ibiza (Spain)
          www.balearicdynamics.com

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