Changeset 661


Ignore:
Timestamp:
Mar 8, 2010, 9:29:32 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Removed DLL split in debug mode since it seems to work fine as a whole after switching to declspec(dllexport) mode.

File:
1 edited

Legend:

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

    r651 r661  
    1212
    1313contains(QT_CONFIG, x11sm):CONFIG += x11sm
    14 
    15 # On OS/2, the debug DLL is too big and links slowly, split it to 3 pieces
    16 os2:dll:splitDllBegin(. A B, debug, debug|release)
    1714
    1815#platforms
     
    3229include(painting/painting.pri)
    3330include(text/text.pri)
    34 
    35 os2:dll:splitDllPart(.)
    36 
    3731include(styles/styles.pri)
    3832include(widgets/widgets.pri)
    39 
    40 os2:dll:splitDllPart(A)
    41 
    4233include(dialogs/dialogs.pri)
    4334include(accessible/accessible.pri)
     
    5142
    5243contains(QT_CONFIG, egl): include(egl/egl.pri)
    53 
    54 os2:dll:splitDllPart(B)
    55 
    56 os2:dll:splitDllEnd()
    5744
    5845embedded: QT += network
Note: See TracChangeset for help on using the changeset viewer.