Changeset 984


Ignore:
Timestamp:
Aug 15, 2011, 9:15:36 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: configure.cmd: Remove qmake from default build parts.

In fact, when doing a parallel build (with make -jN), it is possible (even
after r976) that linking qmake.exe may happen at the same time as
generating a Makefile for other sub-target (i.e. when qmake.exe is in use
and cannot be overwritten). Given that building qmake from .pro is
interesting only when debugging qmake itself (so quite rarely), it doesn't
make much sense to fix this problem; removing qmake from the grand
build process is enough. It can alwasy be built manually if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r983 r984  
    4141G.CFG_DEV           = "no"
    4242
    43 G.QT_DEFAULT_BUILD_PARTS = "libs tools qmake docs translations" /* examples demos */
     43G.QT_DEFAULT_BUILD_PARTS = "libs tools docs translations" /* examples demos */
    4444
    4545/* all globals to be exposed in procedures */
Note: See TracChangeset for help on using the changeset viewer.