Changeset 506 for trunk/src


Ignore:
Timestamp:
Feb 3, 2010, 3:22:04 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Adjust the Qt version string to the format used by emxexpw.cmd to embed a complete version information to the executables and DLLs (uses the new feature brought by r505).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qt_targets.pri

    r385 r506  
    1919        # extend the version number included in DLLs and EXEs with the SVN revision number
    2020        DEF_FILE_VERSION = $$VERSION
    21     !isEmpty(QT_BUILD_VERSION):DEF_FILE_VERSION = $${DEF_FILE_VERSION}-$${QT_BUILD_VERSION}
    22     !isEmpty(QMAKESPEC):DEF_FILE_VERSION = $${DEF_FILE_VERSION}_$$basename(QMAKESPEC)
     21    !isEmpty(QT_BUILD_VERSION):DEF_FILE_VERSION = $${DEF_FILE_VERSION}.$${QT_BUILD_VERSION}
     22    !isEmpty(QMAKESPEC):DEF_FILE_VERSION = $${DEF_FILE_VERSION}.$$basename(QMAKESPEC)
    2323}
Note: See TracChangeset for help on using the changeset viewer.