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

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

target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
INSTALLS += target

wince*: DEPLOYMENT_PLUGIN += qgif qjpeg

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