source: trunk/src/qt_targets.pri@ 383

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

general: Set QMAKE_TARGET_COMPANY for Qt DLLs to netlabs.org as it is the actual vendor of the OS/2 binary build.

File size: 595 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) 2009 Nokia Corporation and/or its subsidiary(-ies)
5
6os2 {
7 # set QMAKE_TARGET_COMPANY to the actual binary OS/2 build vendor. The above
8 # copyright notice will be still retained in the DLL and EXE description.
9 contains(QT_CONFIG, official_build):QMAKE_TARGET_COMPANY = netlabs.org
10 else:QMAKE_TARGET_COMPANY = $$(USER)
11 isEmpty(QMAKE_TARGET_COMPANY):QMAKE_TARGET_COMPANY = anonymous
12}
Note: See TracBrowser for help on using the repository browser.