Changeset 571


Ignore:
Timestamp:
Feb 13, 2010, 10:18:18 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Back to 3-DLL setup in debug mode as it gives more balanced yet functioning DLLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui.pro

    r569 r571  
    1414
    1515# On OS/2, the debug DLL is too big and links slowly, split it to 3 pieces
    16 os2:dll:splitDllBegin(. A B C, debug, debug|release)
     16os2:dll:splitDllBegin(. A B, debug, debug|release)
    1717
    1818#platforms
     
    4646include(graphicsview/graphicsview.pri)
    4747include(util/util.pri)
    48 
    49 os2:dll:splitDllPart(B)
    50 
    5148include(statemachine/statemachine.pri)
    5249include(math3d/math3d.pri)
     
    5552contains(QT_CONFIG, egl): include(egl/egl.pri)
    5653
    57 os2:dll:splitDllPart(C)
     54os2:dll:splitDllPart()
    5855
    5956os2:dll:splitDllEnd()
Note: See TracChangeset for help on using the changeset viewer.