Results 1 to 1 of 1

Thread: QtCreator PostBuild step solution

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    12
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QtCreator PostBuild step solution

    This might be useful to someone:

    PROBLEM: Execute post-build script (.bat, .cmd) after building the project

    SOLUTION:
    - create PostBuild.bat in your project directory with the commands you need to be executed after the build is done (copying conf files, other resources, ...)
    - go to projects, add custom build step, name it (for example) PostBuild
    - for command enter cmd
    - for working directory enter $BUILDDIR
    - for command arguments enter /c PostBuild.bat

  2. The following user says thank you to vladeck for this useful post:

    Sammy D'Souza (16th June 2010)

Similar Threads

  1. Step by Step MySQL Plugin... what's next step?
    By chaosgeorge in forum Qt Programming
    Replies: 20
    Last Post: 5th November 2006, 15:32

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.