summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/imagescaling/imagescaling.pro
blob: b959915a55ee7e1673583e880422dc7bf242bfd3 (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]/qtbase/qtconcurrent/imagescaling
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/imagescaling
INSTALLS += target sources

wince*: DEPLOYMENT_PLUGIN += qgif qjpeg

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