Re: [Interest] Three-file modules vs. moc

2020-08-26 Thread Kai Köhne
> -Ursprüngliche Nachricht- > Von: Interest Im Auftrag von Bernhard > Lindner > Gesendet: Mittwoch, 26. August 2020 21:41 > An: interest@qt-project.org > Betreff: [Interest] Three-file modules vs. moc > > Hi! > > Currently I am facing a problem with a Qt Creator managed Qt 5 project. >

[Interest] Three-file modules vs. moc

2020-08-26 Thread Bernhard Lindner
Hi! Currently I am facing a problem with a Qt Creator managed Qt 5 project. The projects consists of a lot of modules and implements a special but useful file concept. Each module has 3 files: module.hpp - Public types, macros and declarations module.inl - Template function definitions, co