blob: bdf41b03ea1b9f7f9b12c2679dc3fe434aa1eaf0 [file] [log] [blame]
requires(qtHaveModule(concurrent))
TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
progressdialog \
runfunction \
wordcount
!qtHaveModule(gui) {
SUBDIRS -= \
map
}
!qtHaveModule(widgets) {
SUBDIRS -= \
imagescaling \
progressdialog \
runfunction \
wordcount
}