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