Changeset 60 for trunk/src/plugins


Ignore:
Timestamp:
Jun 26, 2009, 12:55:38 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Alter .pro files to take OS/2 into account (many modules are disabled yet).

Location:
trunk/src/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/plugins.pro

    r2 r60  
    99!embedded:SUBDIRS *= graphicssystems
    1010embedded:SUBDIRS *=  gfxdrivers decorations mousedrivers kbddrivers
    11 !win32:!embedded:!mac:SUBDIRS *= inputmethods
     11!win32:!embedded:!mac:SUBDIRS *= inputmethods
    1212contains(QT_CONFIG, phonon): SUBDIRS *= phonon
  • trunk/src/plugins/qpluginbase.pri

    r2 r60  
    77CONFIG += qt plugin
    88
    9 win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
     9win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
    1010TARGET = $$qtLibraryTarget($$TARGET)
    1111contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
Note: See TracChangeset for help on using the changeset viewer.