Out of the box HTML templates for Qt 5

c++, qt, template-engine, windows

Solution

Its not out of the box but i choose to use QCTemplate form http://code.google.com/p/qctemplate/

I made it with "qt-mustache" http://kdemonkey.blogspot.com/2012/08/qt-mustache-templating-library.html

Problem

I want to generate html files in qt 5 using some templates engine. There is a www.grantlee.org but i can't compile it (getting `Could NOT find QtCore.` error) Is there any build library for qt 5 on windows that could do html templating? EDIT: did someone compiled grantlee for qt 5?

Original source

Related problems