QT Concurrent in VS2019
-
Hello, I am working my way through a tutorial and I am at a part that uses Qt Concurrent. I am using Qt in VS2019 so and adding Qt to this isn't explained. I have added it to the Qt Modules in the property settings. Does anyone know if this is correct, completely wrong etc?
Thanks
-
https://doc.qt.io/qt-5/qtconcurrent.html
qmake: QT += concurrent -
So how does that get added in VS2019? I have added the concurrent module in general -> Qt Modules but do i need to add/change anything in the qmake section? If so under what section do i need to make the changes?
Thanks