Qt Visual Studio Add-in and Intel IPP
Unsolved
General and Desktop
-
Hi,
Is it possible to indicate the use of Intel Performance Primitives in the .PRO file, so that the QT Visual Studio Add-in will set the Intel IPP project properties, when it loads and .PRO and creates the Visual Studio project?
I use Intel IPP when building QT projects on Windows, and it's a hassle to have to manually set the Intel IPP properties, in Visual Studio, after loading the .PRO file using the Add-in. (On macOS I use Apples own accelerated FFT library but it can be controlled from within the C++ code using #define's.)
(The JUCE toolkit can set the Intel IPP settings, when it creates Visual Studio projects, so clearly it can be done programatically.)
Michael