Ignore:
Timestamp:
Apr 17, 2006, 8:43:56 PM (19 years ago)
Author:
dmik
Message:

GCC compiler spec: the value of the VERSION project variable is passed to the emxexpw tool to have the ${version} macro in the .DEF template for the Qt DLL automatically replaced by the current version number.

File:
1 edited

Legend:

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

    r86 r90  
    130130            (QT_DEV_NO_DEF_GENERATION=$(QT_DEV_NO_DEF_GENERATION)),\
    131131        "$(QMAKESPECDIR)\emxexpw.cmd" -name $(basename $(notdir $(TARGET))) \
     132            $(if $(VERSION),-version $(VERSION)) \
    132133            -def $(DEF_FILE) $(if $(DEF_FILE_MAP),-map $(DEF_FILE_MAP)) \
    133134            $(if $(DEF_FILE_TEMPLATE),-template $(DEF_FILE_TEMPLATE)) \
Note: See TracChangeset for help on using the changeset viewer.