0feb264674
Disable a few examples depending on widgets which had previously been missed. Change-Id: Ic9c7cda94f690ee9d541c742997b7db9ace40fe0 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
24 lines
553 B
Prolog
24 lines
553 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = imagescaling \
|
|
map \
|
|
runfunction \
|
|
wordcount
|
|
|
|
!wince* {
|
|
SUBDIRS += progressdialog
|
|
}
|
|
|
|
contains(QT_CONFIG, no-widgets) {
|
|
SUBDIRS -= \
|
|
imagescaling \
|
|
progressdialog \
|
|
runfunction \
|
|
wordcount
|
|
}
|
|
|
|
# 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
|