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/lib/lib.pro

    r369 r385  
    88DESTDIR = ../../../../lib
    99!wince*:DLLDESTDIR = ../../../../bin
    10 
    11 isEmpty(QT_MAJOR_VERSION) {
    12    VERSION=4.3.0
    13 } else {
    14    VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
    15 }
    1610
    1711unix:QMAKE_PKGCONFIG_REQUIRES += QtXml
Note: See TracChangeset for help on using the changeset viewer.