Hi there!
I was wondering how can i have one project that is main (Qt Symbian) and
other project that implements some functionality (e.g. sum(int a, int b) method) i a single .dll file?
How do I use other project output in first (main) project?
I am Visual Studio developer, in VS all you have to do is add reference in main project to second project, an this is it. How is this done in Qt Creator?
I found this example that might solve my issue but there is nothing mentioned about how it is done in Qt creator. There are 2 zip files (2 project) that do not correlate with each other in any way. Even when i start them nothing works (i get blank screen)



