Where does a “QNX Project” store its metadata?
QNX Project properties are mostly stored directly in makefiles, in particular “common.mk”. Additional macro and functions stored in internal makefile “.qnx_internal.mk”. Settings for current active builds are stored in workspace metadata, outside of the project. If you want it to be stored with project you can check “Share all project properties” – in this case it would be stored in .cproject file inside the project folder.