Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to add many additional files in subdir(s) to deployment on windows?

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

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.4k Views 1 Watching
  • 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
    ReHa1
    wrote on last edited by
    #1

    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
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      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
      0
      • AlicemirrorA Offline
        AlicemirrorA Offline
        Alicemirror
        wrote on last edited by
        #3

        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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved