How to use Grantlee Templates in Qt
-
I have downloaded Grantlee from "here":http://www.gitorious.org/grantlee. I am trying to run the "books" example but it gives me the following errors.
@12:02:12: Running build steps for project books...
12:02:12: Configuration unchanged, skipping qmake step.
12:02:12: Starting: "C:\QtSDK\QtCreator\bin\jom.exe"
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 4 -f Makefile.Debugjom 1.0.6 - empower your cores
Error: dependent 'debug\bookwindow.moc' does not exist.
command failed with exit code 2
12:02:12: The process "C:\QtSDK\QtCreator\bin\jom.exe" exited with code 2.
Error while building project books (target: Desktop)
When executing build step 'Make'@Also for the installation i tried the steps provided "here":http://www.gitorious.org/grantlee/pages/Home. But couldnt run cmake.
What steps should i follow to make this working.
Thanks.