source: trunk/tools/designer/src/src.pro@ 618

Last change on this file since 618 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 275 bytes
Line 
1TEMPLATE = subdirs
2CONFIG += ordered
3
4SUBDIRS = \
5 uitools \
6 lib \
7 components \
8 designer
9
10CONFIG(shared,shared|static):SUBDIRS += plugins
11
12wince*: SUBDIRS -= designer plugins
13symbian: SUBDIRS = uitools
14contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= lib components
Note: See TracBrowser for help on using the repository browser.