4fce5d1795
The tiff plugin and bundled libtiff is moving to the qtimageformats project on Gerrit. Task-number: QTBUG-23887 Change-Id: I4c848232fdccddd7e7f54215f9eaa78dc4c3a53d Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
20 lines
495 B
Prolog
20 lines
495 B
Prolog
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
|
|
|
|
|
|
wince*: DEPLOYMENT_PLUGIN += qgif qjpeg
|
|
QT += widgets
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|