Files
qt4-x11/examples/qtconcurrent/qtconcurrent.pro
2025-08-24 20:55:26 +08:00

17 lines
398 B
Prolog

TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
runfunction \
wordcount
!wince* {
SUBDIRS += progressdialog
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
INSTALLS += target sources