Hi,

I am completely new to Qt. I have a problem with creating references between two Qt GUI projects.
Example:
I have,
Qt_GUI_Project_1
Qt_GUI_Project_2
I want to call some functions in Qt_GUI_Project_2 from Qt_GUI_Project_1.
How do i achieve this?
Another thing would be to setup the widget developed in Qt_GUI_Project_2 and add the widget to the mainwindow in Qt_GUI_Project_1?

thank you for your help!