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. Custom Process Step
Forum Updated to NodeBB v4.3 + New Features

Custom Process Step

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 6.0k 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.
  • M Offline
    M Offline
    manish.ism
    wrote on last edited by
    #1

    How to write "Custom Process Step" in QT Creator?

    For example, I want to write copy command, lupdate and lrelease in "Custom Process Step".

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      You add a custom process step and enter the command to run and its arguments.

      If you want to share these steps with your coworkers then you might be better of to integrate them into your build system though. Custom process steps are stored in the .user file and that is not meant to be shared.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GordonSchumacher
        wrote on last edited by
        #3

        Take a look at "the qmake documentation":http://doc.trolltech.com/4.7/qmake-environment-reference.html#customizing-makefile-output and the "Undocumented qmake":http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake#Custom_tools page on QtCentre. (This functionality has always been documented, but IMHO the QtCentre page is clearer. (Disclaimer: I wrote that wiki page...)

        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