Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qmake: how to generate a vcproj (visual studio project) that contains pre-build event?

Qmake: how to generate a vcproj (visual studio project) that contains pre-build event?

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.8k 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.
  • S Offline
    S Offline
    sunmooner
    wrote on last edited by
    #1

    I want to generate a MSVC .vcproj file which contains pre-build event from qt's .pro file.

    I can use QMAKE_PRE_LINK | QMAKE_POST_BUILD in the .pro file to achieve the similar thing, but it seems qmake does not support QMAKE_PRE_BUILD. BTW I am using qt 4.8.4.

    One possible solution I found is to modify the qmake code and rebuild it. But I don't want to rebuild qmake. Is there any other solution? Thx.

    1 Reply Last reply
    0

    • Login

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