Changeset 804 for trunk/qmake


Ignore:
Timestamp:
Oct 25, 2010, 10:34:42 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake/os2/gnumake: Add .NOTPARALLEL to subdirs makefiles to ensure that a .prl for a library is generated by qmake before a Makefile is generated for a subdir that uses this library. This is necessary in cases where the .pro file referes to the DLL using its long "logical" name while the real file name (stored in .prl) is 8x3. This fix makes it possible to build Qt with make -jN (designer needs it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/os2/gnumake.cpp

    r673 r804  
    329329    else if(project->first("TEMPLATE") == "subdirs") {
    330330        writeSubDirs(t);
     331
     332
     333
     334
     335
     336
     337
     338
     339
     340
     341
     342
    331343        return true;
    332344    }
Note: See TracChangeset for help on using the changeset viewer.