Hello. In connection with a project I am working on, I found some related Qt-based code at https://code.google.com/p/cornucopia-lib/

So I cloned the hg repo, and did:
Qt Code:
  1. mkdir build
  2. cd build
  3. cmake ..
To copy to clipboard, switch view to plain text mode 
but I got the following errors:
Qt Code:
  1. CMake Error: The following variables are used in this project, but
  2. they are set to NOTFOUND.
  3. Please set them or make sure they are set and tested correctly in the
  4. CMake files:
  5. QT_QTSCRIPT_INCLUDE_DIR (ADVANCED)
  6. used as include directory in directory
  7. /home/samjnaa/sr/_repos/hg/cornucopia-lib/DemoUI
  8. QT_QTSVG_INCLUDE_DIR (ADVANCED)
  9. used as include directory in directory
  10. /home/samjnaa/sr/_repos/hg/cornucopia-lib/DemoUI
  11. used as include directory in directory
  12. /home/samjnaa/sr/_repos/hg/cornucopia-lib/Tools
  13. -- Configuring incomplete, errors occurred!
To copy to clipboard, switch view to plain text mode 
I wrote to the author about this but he was not sure what the problem was. So I hope someone here can indicate to me how I can fix these errors.

I am running Kubuntu Raring 64-bit with Qt 4.8.4 and CMake 2.8.10.

Thank you!