qt5base-lts/examples/qtconcurrent/qtconcurrent.pro

18 lines
309 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
runfunction \
wordcount
!wince* {
SUBDIRS += progressdialog
}
!qtHaveModule(widgets) {
SUBDIRS -= \
imagescaling \
progressdialog \
runfunction \
wordcount
}