fa7c9bbe1c
These .pro files have TEMPLATE=subdirs, so there's no reason to be adding libraries here. Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
16 lines
411 B
Prolog
16 lines
411 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
|