summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/progressdialog.pro
blob: c1b7e17dff44beb8c0bf9ab16fc0e7f5ac705d81 (plain)
1
2
3
4
5
6
7
8
9
QT += concurrent widgets
CONFIG += console

SOURCES += main.cpp

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

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