Developing QNX Projects
The QNX Toolkit contains wizards for creating projects based on specific programming languages.
This chapter discusses QNX projects, which support C or C++ programs on multiple processors, with standard or recursive makefiles. To use the QNX Toolkit to write applications targeted for QNX OS systems, you must define projects, which are folders in the filesystem. A VS Code workspace is a collection of these folders and VS Code settings defined by the .code-workspace file. QNX projects are saved to a folder defined in your configuration (default location is ~/qnxprojects).
The steps which follow demonstrate how to create new projects or configure previously
created projects. Go to Creating a project
for details.