qtbase-opensource-src/examples/qtconcurrent/progressdialog/progressdialog.pro

8 lines
150 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
QT += concurrent widgets
CONFIG += console
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
INSTALLS += target