d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
10 lines
213 B
Prolog
10 lines
213 B
Prolog
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
|