2012-12-21 13:14:40 +00:00
|
|
|
requires(qtHaveModule(concurrent))
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = imagescaling \
|
|
|
|
map \
|
|
|
|
runfunction \
|
|
|
|
wordcount
|
|
|
|
|
|
|
|
!wince* {
|
|
|
|
SUBDIRS += progressdialog
|
|
|
|
}
|
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
!qtHaveModule(widgets) {
|
2012-07-26 06:29:13 +00:00
|
|
|
SUBDIRS -= \
|
|
|
|
imagescaling \
|
|
|
|
progressdialog \
|
|
|
|
runfunction \
|
|
|
|
wordcount
|
|
|
|
}
|