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. Changes required in .pro file to copy some specific files/folder into final package during deployment
Forum Updated to NodeBB v4.3 + New Features

Changes required in .pro file to copy some specific files/folder into final package during deployment

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

    what changes i need to make in .pro file for copying some platform specific files /folder which will be different for linux and windows (example : for windows in need to copy win32_folder into final deployed_win32_package , and linux_folder into final deployed _linux_package ).
    i guess i need to make changes like below for windows
    win32 {
    file.path=file_path
    file.name=file_name
    deployment +=file
    }
    please suggest any way i can achieve this !!

    J.HilkJ 1 Reply Last reply
    0
    • D divaindie

      what changes i need to make in .pro file for copying some platform specific files /folder which will be different for linux and windows (example : for windows in need to copy win32_folder into final deployed_win32_package , and linux_folder into final deployed _linux_package ).
      i guess i need to make changes like below for windows
      win32 {
      file.path=file_path
      file.name=file_name
      deployment +=file
      }
      please suggest any way i can achieve this !!

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @divaindie
      https://forum.qt.io/topic/94718/copy-files-to-output-directory-keeping-the-original-path/3


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      1

      • Login

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