Changeset 385 for trunk/src/plugins


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/plugins/qpluginbase.pri

    r158 r385  
    11TEMPLATE = lib
    2 isEmpty(QT_MAJOR_VERSION) {
    3    VERSION=4.5.1
    4 } else {
    5    VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
    6 }
     2
     3include(../qt_targets.pri)
     4
    75CONFIG += qt plugin
    86
     
    1210contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    1311
    14 include(../qt_targets.pri)
    15 
    1612wince*:LIBS += $$QMAKE_LIBS_GUI
Note: See TracChangeset for help on using the changeset viewer.