How to create different build configuration in QNX Project?
By default you have several platform configurations, for each of them you have release and debug variant. You can create extra configurations for example to link with different libraries. Lets say you want configuration 1 link with library libMy1.so and configuration2 link with library libMy2.so. To do that first select you platform, for example x86 (In Project->Properties…->QNX C/C++ Project->Build Variants). You have “debug” and “release” inside. Add “release2” and “debug2” (by selecting “x86” and pressing Add button on the right). Click on “Advanced” button at the bottom. ON the top right select x86 and “release”, in library tab pick Extra Libraries from pull-down menu and add your library libMy1.so. Same for debug. Same for release2 and debug2 but pick library libMy2.so this time. When you build you now would have 4 configurations.
Related Questions
- How do I configure Setup Manager to build configuration sets that use a user name and password that is different from the user name and password that I used when I first installed the OPK?
- What if my PowerPoint is a different size than the ToolBook project I wish to create?
- How to create different build configuration in QNX Project?