blob: 2855102eff2746f99efd670e51eb8f1921d192cc [file] [log] [blame]
TEMPLATE = subdirs
CONFIG += ordered
include($$OUT_PWD/qml/qtqml-config.pri)
include($$OUT_PWD/quick/qtquick-config.pri)
QT_FOR_CONFIG += qml qml-private quick-private
# Otherwise we cannot compile qmltyperegistrar
requires(qtConfig(commandlineparser))
# We need qmltyperegistrar for all type registrations, even in qml
SUBDIRS += \
qmltyperegistrar \
qml \
qmlmodels
qtConfig(qml-worker-script): \
SUBDIRS += qmlworkerscript
qtHaveModule(gui):qtConfig(qml-animation) {
SUBDIRS += quick
qtConfig(quick-path): \
SUBDIRS += quickshapes
qtConfig(testlib): \
SUBDIRS += qmltest
qtConfig(quick-particles): \
SUBDIRS += particles
qtHaveModule(widgets): SUBDIRS += quickwidgets
}
SUBDIRS += \
plugins \
imports
qtConfig(qml-devtools): SUBDIRS += qmldevtools
qmldevtools.depends = qml
qtConfig(qml-network) {
QT_FOR_CONFIG += network
qtConfig(thread):qtConfig(localserver):qtConfig(qml-debug): SUBDIRS += qmldebug
}
DISTFILES += sync.profile configure.json