TEMPLATE = app DEPENDPATH += . INCLUDEPATH += . # Input SOURCES += main.cpp imagescaling.cpp HEADERS += imagescaling.h # install target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/imagescaling sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/imagescaling INSTALLS += target sources symbian: CONFIG += qt_example wince*: DEPLOYMENT_PLUGIN += qgif qjpeg qtiff QT += widgets maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) simulator: warning(This example does not work on Simulator platform)