Hi
Let's say i have n widgets (W1, W2, W3, ..., Wn), each of them created using Qt Designer using "Qt Widget Project" > "Qt Gui Application".
In this case, for each project i have the files:
  1. w1.pro
  2. main.cpp
  3. w1.h
  4. w1.cpp
  5. w1.ui
  6. ...


Imagine that later i start a new applications and whant to use this widgets. I wish to keep each one of them in a separate folder, inside the main folder.
Whats the correct approach?
Thanks