2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = imagescaling \
|
|
|
|
map \
|
|
|
|
runfunction \
|
|
|
|
wordcount
|
|
|
|
|
|
|
|
!wince* {
|
|
|
|
SUBDIRS += progressdialog
|
|
|
|
}
|
|
|
|
|
2012-07-26 06:29:13 +00:00
|
|
|
contains(QT_CONFIG, no-widgets) {
|
|
|
|
SUBDIRS -= \
|
|
|
|
imagescaling \
|
|
|
|
progressdialog \
|
|
|
|
runfunction \
|
|
|
|
wordcount
|
|
|
|
}
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
|
|
|
|
INSTALLS += target sources
|