Changeset 687
- Timestamp:
- Mar 15, 2010, 9:33:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r667 r687 41 41 G.CFG_DEV = "no" 42 42 43 G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake " /* examples demos docs translations */43 G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake translations" /* examples demos docs */ 44 44 45 45 /* all globals to be exposed in procedures */ … … 172 172 G.QT_BUILD_VERSION = build 173 173 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" 175 175 if (\quiet) then do 176 176 call SaySay,
Note:
See TracChangeset
for help on using the changeset viewer.