Changeset 383


Ignore:
Timestamp:
Dec 5, 2009, 12:31:52 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qt_targets.pri

    r2 r383  
    33QMAKE_TARGET_DESCRIPTION = C++ application development framework.
    44QMAKE_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 TracChangeset for help on using the changeset viewer.