aboutsummaryrefslogtreecommitdiffstats
path: root/qmllive.pro
blob: 60a4cf0540984202a6ac2544eeb7cafea812e1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
requires(qtHaveModule(widgets))
requires(!winrt)


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

!minQtVersion(5, 4, 0):error("You need at least Qt 5.4.0 to build this application")

TEMPLATE = subdirs

SUBDIRS += \
    src \
    tests

!CONFIG(skip-examples): SUBDIRS += examples

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