summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/imagescaling/imagescaling.pro
blob: 145764bfa0abda18c3f15ae2ae310cfaa909f68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += concurrent widgets

SOURCES += main.cpp imagescaling.cpp
HEADERS += imagescaling.h

target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
INSTALLS += target sources

wince*: DEPLOYMENT_PLUGIN += qgif qjpeg

simulator: warning(This example does not work on Simulator platform)