Results 1 to 3 of 3

Thread: compilation debug/release copy files

  1. #1
    Join Date
    Dec 2010
    Posts
    14
    Qt products
    Qt4 Qt/Embedded

    Default compilation debug/release copy files

    Hi, in my project I created few settings files and I am wondering how to copy this files to the debug/release folder ? when the .pro file is compiled ?? Thanks for help

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: compilation debug/release copy files

    See the INSTALLS variable at the qmake documentation.

  3. #3
    Join Date
    Mar 2009
    Location
    Belchatow, Poland
    Posts
    38
    Qt products
    Qt4
    Platforms
    Windows Symbian S60
    Thanks
    11
    Thanked 4 Times in 4 Posts

    Default Re: compilation debug/release copy files

    If you're using QtCreator, you can add a new build step that executes a script (bat/bash) that does what you want. It will be executed every time you compile your project.

Similar Threads

  1. Replies: 1
    Last Post: 25th December 2009, 20:43
  2. Replies: 1
    Last Post: 18th November 2009, 22:51
  3. Replies: 2
    Last Post: 31st August 2009, 14:03
  4. Why not on release but debug
    By baray98 in forum Qt Programming
    Replies: 6
    Last Post: 10th August 2007, 10:08
  5. Replies: 2
    Last Post: 20th July 2007, 17:34

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.