source: trunk/src/plugins/plugins.pro@ 13

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

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 412 bytes
Line 
1TEMPLATE = subdirs
2
3SUBDIRS *= accessible imageformats sqldrivers iconengines script
4unix {
5 contains(QT_CONFIG,iconv)|contains(QT_CONFIG,gnu-libiconv):SUBDIRS *= codecs
6} else {
7 SUBDIRS *= codecs
8}
9!embedded:SUBDIRS *= graphicssystems
10embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers
11!win32:!embedded:!mac:SUBDIRS *= inputmethods
12contains(QT_CONFIG, phonon): SUBDIRS *= phonon
Note: See TracBrowser for help on using the repository browser.