Changeset 1054


Ignore:
Timestamp:
Sep 5, 2011, 7:29:38 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: No need to force debug_and_release for plugins.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/webkit/WebKit/qt/declarative/declarative.pro

    r1053 r1054  
    66CONFIG += qt plugin
    77
    8 win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
     8win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
    99
    1010isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
  • trunk/src/plugins/qpluginbase.pri

    r1050 r1054  
    77CONFIG += qt plugin
    88
    9 win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
     9win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
    1010TARGET = $$qtLibraryTarget($$TARGET)
    1111!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
  • trunk/tools/designer/src/plugins/plugins.pri

    r965 r1054  
    11CONFIG += designer
    2 win32|os2|mac: CONFIG+= debug_and_release
     2win32|mac: CONFIG+= debug_and_release
    33QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
    44contains(TEMPLATE, ".*lib") {
Note: See TracChangeset for help on using the changeset viewer.