Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
Contributor
kamalakshan
Posts: 11
Registered: ‎06-12-2012
My Carrier: Loop

How to create a solution containing multiple projects

Wanted to know how do we create a solution with multiple projects inside it. I could not find any examples or documentation for the same.

 

I have a project which is separated into UI and multiple engine. So I need to create a solution containing all these libraries and UI so that I can compile all at one go.

Please use plain text.
Developer
Developer
CMY
Posts: 1,119
Registered: ‎02-10-2009
My Carrier: Verizon

Re: How to create a solution containing multiple projects

If you made the projects as libraries, then right click on your project and go to configure -> add library and it will give you the option to add a workspace library file to your project
Please use plain text.
Contributor
kamalakshan
Posts: 11
Registered: ‎06-12-2012
My Carrier: Loop

Re: How to create a solution containing multiple projects

How to add a static (.a) library project. The steps worked for dynamic (.so) libraries
Please use plain text.