treefrogframework/treefrog-framework

Is it possible to develop treefrog applications with no using generator tool?

Closed this issue · 1 comments

Sorry, I'm at the very beginning of learning QT and treefrog. I would like to know if it is possible to use only the capabilities of QTCreator and do not use the treefrog generator console commands? I would like to get some practice of creating classes myself in order to better understand the architecture, but it seems impossible without additional configuration of the project.

Contollers, Views, Models and Helpers has they own .pro but seems they don't see apibase.pre classes in qtcreator by default so I can't qmake them directly from qcreator.

I don't know much about QtCreator, so tell me a good way.