Skip to content
Snippets Groups Projects
  1. Oct 20, 2009
  2. Oct 12, 2009
    • hjk's avatar
      fix a few license headers · 5523c77e
      hjk authored
      5523c77e
    • con's avatar
      Missing bookkeeping when removing Qt Versions. · 9a089680
      con authored
      Reviewed-by: dt
      9a089680
    • Friedemann Kleint's avatar
      I18n: Tr()-fixes · b2924aa6
      Friedemann Kleint authored
      b2924aa6
    • Rohan McGovern's avatar
      Fixed transient compile failure with highly parallel jom. · eacb27f1
      Rohan McGovern authored
      These .pri files which add to INCLUDEPATH and have FORMS should also add
      to DEPENDPATH.
      
      Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
      That means qmake may not find headers in those paths and won't
      consider them dependencies when compiling the source files which include
      them.
      
      This doesn't matter when all the headers in the new INCLUDEPATH are
      always present, but when some of them are generated (e.g. from FORMS),
      the dependencies are important and omitting them means a race condition
      in parallel builds.
      
      Fixes errors of the form:
        ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
          include file: 'ui_topicchooser.h': No such file or directory
      (cherry picked from commit 9a7e0294)
      eacb27f1
  3. Oct 09, 2009
  4. Oct 08, 2009
  5. Oct 07, 2009
  6. Oct 06, 2009
  7. Oct 05, 2009
  8. Oct 02, 2009
  9. Oct 01, 2009
Loading