Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Streamlining Qt Application Installation Folder
Qt 6.11 is out! See what's new in the release blog

Streamlining Qt Application Installation Folder

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 500 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.
  • webzoidW Offline
    webzoidW Offline
    webzoid
    wrote on last edited by
    #1

    Is there any way of streamlining the target directory for a Qt application?

    By this, what I mean is that can ALL of the Qt dependencies live within a sub-folder of the application, such as:

    C:\Program Files\MyApp
    C:\Program Files\MyApp\Runtime\<All Qt Files and Dependencies Live Here>
    C:\Program Files\MyApp\MyApp.exe
    C:\Program Files\MyApp\MyAppSettings.ini
    C:\Program Files\MyApp\MyAppLib.dll
    

    At the moment, I have an application directory which contains tens of Qt directories and lots of Qt runtime dlls.

    I just want to tidy this up a bit and make the base folder a bit cleaner.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      there is rpath and http://doc.qt.io/qt-5/qt-conf.html
      for relocating folders.

      1 Reply Last reply
      2

      • Login

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