How to run openMP on QT under iOS?
Unsolved
Installation and Deployment
-
Hi guys,
I'm new to both Mac and QT. I'm trying to use openMP on my QT projects but there is no way.
On my terminal, using a separate clang installed manually, I can compile openMP files in C++.
I have also openMP support installed by brew, so if I use g++-5 in terminal, I can use openMP.
But when I try to add one of these compilers to QT, I fail. I think I really don't know which address to give for compiler, its headers,etc.
I would appreciate any help.