Hi to all!

With QtCreator I've setup a session with 4 projects inside of it. These 4 projects share following files:

  • files regarding common QSettings dervived CApplicationSettings (since all modules read settings from INI file, created by custom settings editor)
  • "factory" settings (if INI files is not present), stored in globals.h and some other header files

How do I now put these "common" files into session?

Thank you in advance,
Marko