How can I create Makefile Project in IDE 4.5?
New->C Project opens a C Project Wizard Select Makefile->Empty Project Select QNX QCC on the right (important!) QNX QCC toolchain set environment variables, such as CC, LD etc. They are automatically corrected when you switch compiler or build variant from Settings page of project properties. If you don’t want these variables to be defined you can select and undefine them from the Environment tab.