Changeset 406 for trunk/projects.pro


Ignore:
Timestamp:
Dec 10, 2009, 12:56:17 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Build qmake second time after building all DLLs using its .pro and link it to Qt DLLs on OS/2 (this became possible after the fix in #405). This greatly reduces its size and finally fixes the national characters in the date printed in the generarted Makefile headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/projects.pro

    r236 r406  
    4040       contains(QT_BUILD_PARTS, tools):include(translations/translations.pri)
    4141    } else:isEqual(PROJECT, qmake) {
    42 #      SUBDIRS += qmake
     42       os2:SUBDIRS += qmake
    4343    } else {
    4444       message(Unknown PROJECT: $$PROJECT)
Note: See TracChangeset for help on using the changeset viewer.