Changeset 687


Ignore:
Timestamp:
Mar 15, 2010, 9:33:54 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Build translations by default and build docs by default in official builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r667 r687  
    4141G.CFG_DEV           = "no"
    4242
    43 G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake" /* examples demos docs translations */
     43G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake translations" /* examples demos docs */
    4444
    4545/* all globals to be exposed in procedures */
     
    172172            G.QT_BUILD_VERSION = build
    173173            G.QT_CONFIG = "official_build"
    174             G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake examples demos"
     174            G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake examples demos docs translations"
    175175            if (\quiet) then do
    176176                call SaySay,
Note: See TracChangeset for help on using the changeset viewer.