Results 1 to 3 of 3

Thread: How to define "Post-Build Event" for vcproj using qmake?

  1. #1
    Join Date
    Oct 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default How to define "Post-Build Event" for vcproj using qmake?

    Hi,
    I want to generate vcproj file, using qmake.
    I cannot find a way, how to define in pro file, command for "Post-Build Event" option.
    Is there a simple way to do that?
    thx

  2. #2
    Join Date
    Oct 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: How to define "Post-Build Event" for vcproj using qmake?

    OK,
    I already found. QMAKE_POST_LINK is a solution.

  3. #3
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: How to define "Post-Build Event" for vcproj using qmake?

    That would work, but it is limited.

    If that is not what you want, you can of course create a script that first runs qmake and make, then your other commands.
    Of course, that too is limited as different platforms require different scripts.

Similar Threads

  1. Replies: 3
    Last Post: 15th February 2010, 17:27
  2. Can I define "anonnymous" slots somehow?
    By agnus in forum Newbie
    Replies: 1
    Last Post: 18th November 2009, 22:36
  3. " #define " Where can i find words?
    By remnant24c@nate.com in forum Newbie
    Replies: 2
    Last Post: 8th April 2009, 04:17
  4. Replies: 3
    Last Post: 8th July 2008, 19:37
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.