qtbase-opensource-src/examples/qtconcurrent/qtconcurrent.pro

23 lines
389 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
requires(qtHaveModule(concurrent))
TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
progressdialog \
runfunction \
wordcount
!qtHaveModule(gui) {
SUBDIRS -= \
map
}
!qtHaveModule(widgets) {
SUBDIRS -= \
imagescaling \
progressdialog \
runfunction \
wordcount
}