summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/imagescaling/imagescaling.pro
blob: 127fa532c9e5f3944fabb54433775db12fbe1fc3 (plain)
1
2
3
4
5
6
7
8
QT += concurrent widgets
requires(qtConfig(filedialog))

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

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