Changeset 385 for trunk/src/qbase.pri


Ignore:
Timestamp:
Dec 5, 2009, 2:33:42 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Moved VERSION definition to src/qt_targets.pri to have it in a single source and together with other relevant information. Added inclusion of src/qt_targets.pri by linguist, assistant and designer application projects so that they will embed version information too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qbase.pri

    r158 r385  
    44isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700
    55TEMPLATE        = lib
    6 isEmpty(QT_MAJOR_VERSION) {
    7    VERSION=4.5.1
    8 } else {
    9    VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
    10 }
     6
     7include(qt_targets.pri)
     8
    119mac:!contains(QMAKE_EXT_C, .mm):QMAKE_EXT_C += .mm
    1210
     
    151149QMAKE_PKGCONFIG_VARIABLES += moc_dir uic_dir
    152150
    153 include(qt_targets.pri)
    154 
    155151win32:DEFINES+=_USE_MATH_DEFINES
Note: See TracChangeset for help on using the changeset viewer.