Ignore:
Timestamp:
Feb 4, 2010, 1:25:34 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Revert to a static build that doesn't depend on Qt DLLs to simplify the build process (other tools like moc.exe are static too so it makes even less sense to put the dependency on one of them).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/Makefile.os2-g++

    r406 r513  
    3838endif
    3939
    40 OBJECTS_DIR = release-bootstrap
     40# make sure the output dir matches the one in qmake.pro
     41OBJECTS_DIR = release-shared
    4142
    4243# qmake code
Note: See TracChangeset for help on using the changeset viewer.