source: trunk/src/qt_targets.pri@ 1049

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

OS/2: Make sure QMAKE_TARGET_COMPANY is always Nokia.

Doesn't make much sense to netlabs.org and using $(USER) in
custom builds is against privacy.

File size: 644 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
6isEmpty(QT_MAJOR_VERSION) {
7 VERSION=4.7.3
8} else {
9 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
10}
11
12os2 {
13 # too long company name does not fit
14 QMAKE_TARGET_COMPANY = Nokia
15 !isEmpty(QT_BUILD_VERSION) {
16 # extend the version number embedded in EXEs/DLLs with the build number
17 DEF_FILE_VERSION = $$VERSION.$${QT_BUILD_VERSION}
18 }
19}
Note: See TracBrowser for help on using the repository browser.