Creating Your Own C and C++ Projects
The Perforce QAC software is designed to work with existing code projects, reading the existing code build configuration to gather the information that it needs: that is, source files, Include paths, environment settings, and other relevant details.
The Perforce QAC software does this by executing a build of your code project. The software requires a single build command that can be run from anywhere on the system, and that will build the code project.
This is best explained through simple use cases. Examples are presented for both Linux and Windows. Much of the discussion is applicable to both, so, even if you intend to work solely on one system, it may be informative to read all the examples.
- GUI Use Case - Analyze a Simple Code Project built using an Executable Script on Linux
- CLI Use Case - Analyze a simple code project built using an executable script on a Linux PC
- Use Case - Analyze a Code Project Built using an Executable Script on Windows
- Use Case - Analyze a Microsoft VS Project without using the VS Plug-in
- Use Case - Synchronization of a Microsoft VS Project without Building the VS Project
- Use Case - Create a Perforce QAC Project Manually using File Selection