qt5base-lts/examples/qtconcurrent/qtconcurrent.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

19 lines
456 B
Prolog

TEMPLATE = subdirs
SUBDIRS = imagescaling \
map \
runfunction \
wordcount
!wince* {
SUBDIRS += progressdialog
}
# 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
symbian: CONFIG += qt_example
QT += widgets