summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/src.pro
blob: e1710b8c206aa395aaed6a2bd87d3258742014c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS = \
    uitools \
    lib \
    components \
    designer

CONFIG(shared,shared|static):SUBDIRS += plugins

wince*: SUBDIRS -= designer plugins
symbian: SUBDIRS = uitools
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= lib components