8 lines
150 B
Prolog
8 lines
150 B
Prolog
|
QT += concurrent widgets
|
||
|
CONFIG += console
|
||
|
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
|
||
|
INSTALLS += target
|