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

SUBDIRS = \
    uitools \
    lib \
    components \
    designer

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

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