Ignore:
Timestamp:
Dec 5, 2009, 2:33:42 AM (16 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/tools/designer/src/components/lib/lib.pro

    r372 r385  
    1212# QtDesignerComponents uses
    1313DEFINES += QT_STATICPLUGIN
    14 
    15 isEmpty(QT_MAJOR_VERSION) {
    16    VERSION=4.3.0
    17 } else {
    18    VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
    19 }
    2014
    2115include(../../../../../src/qt_targets.pri)
Note: See TracChangeset for help on using the changeset viewer.