mirror of https://github.com/qt/qtdoc.git
27 lines
496 B
Prolog
27 lines
496 B
Prolog
TEMPLATE = subdirs
|
|
|
|
qtHaveModule(quick) {
|
|
SUBDIRS += \
|
|
samegame \
|
|
clocks \
|
|
maroon
|
|
|
|
qtHaveModule(quickcontrols2) {
|
|
SUBDIRS += coffee \
|
|
colorpaletteclient \
|
|
calqlatr
|
|
|
|
|
|
android|ios: SUBDIRS += hangman
|
|
qtHaveModule(quick3d):qtHaveModule(quick3dphysics) {
|
|
SUBDIRS += dice
|
|
}
|
|
}
|
|
|
|
qtHaveModule(network) {
|
|
qtHaveModule(xml) {
|
|
SUBDIRS += rssnews
|
|
}
|
|
}
|
|
}
|