aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
blob: c9df6e053b384ef10e24564f6b3b1e3f2d2c4637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(configure)
qtCompileTest(d3d12)

CONFIG += tests_need_tools examples_need_tools
load(qt_parts)

!python_available {
    py_out = $$system('python -c "print(1)"')
    !equals(py_out, 1): error("Building QtQml requires Python.")
    tmp = python_available
    CONFIG += $$tmp
    cache(CONFIG, add, tmp)
}