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. How to describe an additionnal build step in the .pro file

How to describe an additionnal build step in the .pro file

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

    I would like to know if there is a way to describe addtionnal build steps in the .pro file.

    A simple example:

    • My project file is defining the INSTALLS variable
    • For this variable to be taken in consideration I need an additionnal build step "make install"
    • The .pro file is part of the git repository, the .pro.user file not.
    • So everytime I check out the project again, I need to specify the addtionnal build step again

    Therefore I am lokking for a way to describe this additionnal build step in the .pro file, so that it is getting created automatically each time someone clones the project.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Sadly I dont think its possible to do via .pro file.
      I wanted the same and could not find any automatic way.

      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