Changeset 90 for trunk


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.

Location:
trunk
Files:
2 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)) \
  • trunk/src/qt.def.tpl.os2-g++

    r8 r90  
    11LIBRARY ${name} INITINSTANCE TERMINSTANCE
    2 DESCRIPTION '@#Netlabs.org:3.3.1.RC5.os2-g++#@ Qt Library Version 3.3.1 for OS/2 (GCC)'
     2DESCRIPTION '@#netlabs.org:${version}.os2-g++#@ Qt Library for OS/2 (GCC)'
    33DATA MULTIPLE NONSHARED
    44EXPORTS
Note: See TracChangeset for help on using the changeset viewer.