Creating a make project

To create a Make project:
  1. Select File > New > Project , select either C > C Project or C++ > C++ Project , and click Next.
  2. In the Project name field, type a name for your project.
  3. In the Project Types area, expand Makefile and select Empty project.
  4. In the Toolchain list, select QNX QCC.
  5. Do one of the following:
    1. Click Finish.
    2. Click Next, click Advanced settings, then select your C/C++ Build and build target properties, and any other options. Click Finish when complete.

    The result is an empty make project, which is similar to the Set QNX Environment action in earlier IDE releases.

Related concepts
Creating a C/C++ project
Converting projects
Related tasks
Creating a simple project
Creating a C Makefile project
Creating a make project that can be launched outside the IDE
Creating a target system project
Importing projects
Renaming a project
Creating a make project that can be launched outside the IDE