qt5base-lts/examples/qtconcurrent/progressdialog/progressdialog.pro

10 lines
220 B
Prolog
Raw Normal View History

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)