Building from updated git source: always qmake ?

If i do “git pull” to update the source, do i have to run qmake again before make, or is the first time sufficient for future builds?

qmake is required in 2 situation:

  1. signal/slot changed.
  2. file adding or removing in project.

so better to use qmake.

thanks =o)