source: trunk/src/qt_targets.pri@ 1050

Last change on this file since 1050 was 1050, checked in by Dmitry A. Kuminov, 14 years ago

Restore place of original VERSION definition (revert r385).

The reason is that VERSION is very dangerous: setting it causes all DLL
files to get the suffix comprised of the major version number extracted from
the VERSION's value. Since qt_targets.pri may be included everywhere,
it may have unexpected side effects (like it did for QML plugins since it is
included from qimportbase.pri).

File size: 513 bytes
Line 
1QMAKE_TARGET_COMPANY = Nokia Corporation and/or its subsidiary(-ies)
2QMAKE_TARGET_PRODUCT = Qt4
3QMAKE_TARGET_DESCRIPTION = C++ application development framework.
4QMAKE_TARGET_COPYRIGHT = Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
5
6os2 {
7 # too long company name does not fit
8 QMAKE_TARGET_COMPANY = Nokia
9 !isEmpty(QT_BUILD_VERSION) {
10 # extend the version number embedded in EXEs/DLLs with the build number
11 DEF_FILE_VERSION = $$VERSION.$${QT_BUILD_VERSION}
12 }
13}
Note: See TracBrowser for help on using the repository browser.