Qt IDE with Parasoft Plugin
Hi,
I use qt IDE. I want to add Parasoft to qt IDE. Is it possible for plug in Parasoft to qt ide?
Comments
-
Hi @fatmanur61,
At this moment we do not support Qt IDE with our plugin. Can you share the information which version of Qt IDE are you using?
0 -
Hi @Mirek we use qt 4.8.3 version of qt. We use also 4.8.5 and 4.8.6 spmetimes. But generally we use 4.8.3. Version.
0 -
hello @Mirek .is there any solution to import and run qt project in parasoft?
i need to test my qt project0 -
Hello @aminmardani, how is your build configured? Do you build with CMake + make + gcc?
0 -
hello @Mirek. I use make + gcc
0 -
Hello @aminmardani,
hello @Mirek. I use make + gcc
In such case, I suggest using cpptesttrace tool to scan your build and create a C/C++test project by importing generated bdf file.
https://docs.parasoft.com/display/CPPDESKE1043/Creating+a+Project+Using+an+Existing+Build+System
0