dc81a99dec
Task-number: QTBUG-52590 Task-number: QTBUG-60628 Task-number: QTBUG-60633 Task-number: QTBUG-60635 Task-number: QTBUG-60641 Task-number: QTBUG-60659 Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
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
|
|
}
|