Changeset 534


Ignore:
Timestamp:
Feb 5, 2010, 1:19:52 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake/os2-g++: Don't define QMAKE_STRIP to make sure GNU strip is never used (LxLite does the better job).

File:
1 edited

Legend:

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

    r533 r534  
    165165QMAKE_RUN_RC2EXE= $(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET)
    166166
    167 QMAKE_STRIP     = strip
    168 QMAKE_STRIPFLAGS_LIB    += --strip-unneeded
     167QMAKE_STRIP     =
     168
    169169load(qt_config)
Note: See TracChangeset for help on using the changeset viewer.