Ignore:
Timestamp:
Sep 5, 2011, 5:11:20 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Add QMAKE_TARGET_VERSION to qt_targets.pri.

This will cause all DLL and EXE targets that include qt_targets.pri to get the
correct verison number embedded w/o playing with the dangerous
VERSION variable (see r1050).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/default_post.prf

    r1048 r1051  
    2525    # convert QMAKE_TARGET_ variables to DEF_FILE_ ones
    2626    isEmpty(DEF_FILE_VERSION) {
    27         !isEmpty(VERSION):DEF_FILE_VERSION = $$VERSION
    28         else:DEF_FILE_VERSION = $$QMAKE_TARGET_VERSION
     27        !isEmpty(QMAKE_TARGET_VERSION):DEF_FILE_VERSION = $$QMAKE_TARGET_VERSION
     28        else:DEF_FILE_VERSION = $$VERSION
    2929    }
    3030    isEmpty(DEF_FILE_DESCRIPTION) {
Note: See TracChangeset for help on using the changeset viewer.