90c65880b0
Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
25 lines
398 B
Prolog
25 lines
398 B
Prolog
requires(qtHaveModule(concurrent))
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = imagescaling \
|
|
map \
|
|
runfunction \
|
|
wordcount
|
|
|
|
!wince* {
|
|
SUBDIRS += progressdialog
|
|
}
|
|
|
|
!qtHaveModule(gui) {
|
|
SUBDIRS -= \
|
|
map
|
|
}
|
|
|
|
!qtHaveModule(widgets) {
|
|
SUBDIRS -= \
|
|
imagescaling \
|
|
progressdialog \
|
|
runfunction \
|
|
wordcount
|
|
}
|