23 lines
389 B
Prolog
23 lines
389 B
Prolog
|
requires(qtHaveModule(concurrent))
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = imagescaling \
|
||
|
map \
|
||
|
progressdialog \
|
||
|
runfunction \
|
||
|
wordcount
|
||
|
|
||
|
|
||
|
!qtHaveModule(gui) {
|
||
|
SUBDIRS -= \
|
||
|
map
|
||
|
}
|
||
|
|
||
|
!qtHaveModule(widgets) {
|
||
|
SUBDIRS -= \
|
||
|
imagescaling \
|
||
|
progressdialog \
|
||
|
runfunction \
|
||
|
wordcount
|
||
|
}
|