summaryrefslogtreecommitdiffstats
path: root/qt3dstudio.pro
blob: ea78bec66ab5ec2c945f7f0df9720e4556e543fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
requires(!ios)
requires(!winrt)
requires(!tvos)
requires(!watchos)
requires(!win32-msvc2013)

requires(qtHaveModule(widgets))
requires(qtHaveModule(multimedia))
requires(qtHaveModule(quick))
requires(qtHaveModule(qml))
requires(qtHaveModule(opengl))

SUBDIRS += \
    doc

load(qt_parts)