aboutsummaryrefslogtreecommitdiffstats
path: root/qmllive.pro
blob: df74ef5042351b92f35123ac0cd05cd53bdddc37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
!skip-bench: requires(qtHaveModule(widgets))
requires(!winrt:!integrity)
requires(!wasm)
requires(!ios)

load(configure)
load(config-output)
include(qmllive.pri)

!skip-bench:!minQtVersion(5, 4, 0): error("You need at least Qt 5.4.0 to build QML Live Bench")
!skip-tests:!minQtVersion(5, 4, 0): error("You need at least Qt 5.4.0 to build QML Live tests")
!minQtVersion(5, 2, 0): error("You need at least Qt 5.4.0 to build QML Live Bench and/or tests, 5.2.0 for the rest")

TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS += src
!skip-tests: SUBDIRS += tests
!skip-examples: SUBDIRS += examples
SUBDIRS += doc

include(doc/doc.pri)

OTHER_FILES += \
    README.md \
    INSTALL.md \
    CONTRIBUTORS.md \
    .qmake.conf \