I am trying to create a Visual Studio project for the kinect demo thing, rgbddemo . Following the instructions on the page, I need to set the PATH variable to enable QMAKE from QT. I did this, but I keep getting this error:
CMake error in CMakeLists.txt: 1 (QT4_WRAP_CPP): Unknown CMake command "QT4_WRAP_CPP".
From what I could build from google, this is a problem with CMake, knowing where something from QT is. The above link also mentions that you can set the path for QMAKE in CMake, but I don't know how to do it. Anyone have any suggestions? Thank.
source
share