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

SUBDIRS = \
    uitools \
    lib \
    components \
    designer

# QtCore sources are directly included by lib.
!exists($$QT.core.sources/../tools/rcc/rcc.pri) {
    warning(Designer cannot be compiled because QtCore sources are not available; \
            QT.core.sources == $$QT.core.sources)
    SUBDIRS -= lib components designer
}

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