mirror of https://github.com/qt/qtdoc.git
24 lines
410 B
Prolog
24 lines
410 B
Prolog
TEMPLATE = subdirs
|
|
|
|
qtHaveModule(quick) {
|
|
SUBDIRS += \
|
|
samegame \
|
|
calqlatr \
|
|
clocks \
|
|
tweetsearch \
|
|
maroon \
|
|
photosurface \
|
|
stocqt
|
|
|
|
qtHaveModule(quickcontrols2) {
|
|
SUBDIRS += coffee
|
|
}
|
|
|
|
qtHaveModule(xmlpatterns) {
|
|
SUBDIRS += rssnews
|
|
qtHaveModule(quickcontrols) {
|
|
SUBDIRS += photoviewer
|
|
}
|
|
}
|
|
}
|