Link Custom Widget to main application - Auto compile/ Auto lookup
Unsolved
General and Desktop
-
Hello, I'm quite new to Qt.
I'm using Qt 5.12 and i got a qmake project where I'm working on.For our students project I need to make Costum Widget application which will be inserted in the main application.
My Question is how is it possible to refer to the Costum Widgets inside the main application, that i don't have transfer the .h / .so files every time I'm changing the Costum Widget. At best i would be able to only compile the main application and auto compile the widgets with it.
Thanks in advance
Miguel