HomePhabricator

Speed up build in Qt creator in common case
ffd8060a984fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Speed up build in Qt creator in common case

  • Generate *.qm only when needed (and when qmake is run), this avoids a long qrc compile and link step every time
  • Generate build.h every time, but only trigger link when it changed (like makefile.unix)

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on May 12 2012, 07:25
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING661834d02bb8: Merge pull request #1261 from laanwj/2012_05_escapecsv
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGffd8060a984f: Speed up build in Qt creator in common case (authored by Wladimir J. van der Laan <laanwj@gmail.com>).May 12 2012, 07:27