Changeset 60 for trunk/src/plugins
- Timestamp:
- Jun 26, 2009, 12:55:38 AM (16 years ago)
- Location:
- trunk/src/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/plugins.pro
r2 r60 9 9 !embedded:SUBDIRS *= graphicssystems 10 10 embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers 11 !win32:! embedded:!mac:SUBDIRS *= inputmethods11 !win32:!embedded:!mac:SUBDIRS *= inputmethods 12 12 contains(QT_CONFIG, phonon): SUBDIRS *= phonon -
trunk/src/plugins/qpluginbase.pri
r2 r60 7 7 CONFIG += qt plugin 8 8 9 win32| mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release9 win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release 10 10 TARGET = $$qtLibraryTarget($$TARGET) 11 11 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
Note:
See TracChangeset
for help on using the changeset viewer.