Changeset 77


Ignore:
Timestamp:
Jul 9, 2009, 8:58:36 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs: Make the 'shared' CONFIG option obey QMAKE_LFLAGS_DLL flags on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/shared.prf

    r2 r77  
    44    CONFIG -= staticlib
    55    win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
     6    os2:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
    67}
    78!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static)
Note: See TracChangeset for help on using the changeset viewer.