Do I have to have KDE4 to compile smokeqt4?  It seems like it's just a cmake problem.  Even with -DENABLE_SMOKEKDE=off, I still get errors:<br>$ cmake -DENABLE_SMOKE=on -DENABLE_SMOKEKDE=off .<br>CMake Error at /usr/local/share/cmake-2.6/Modules/FindKDE4.cmake:35 (MESSAGE):<br>
  ERROR: Could not find KDE4 kde4-config<br>Call Stack (most recent call first):<br>  CMakeLists.txt:7 (find_package)<br><br>And I can't tell what things I can -D to modify where cmake looks for things.  Is there a way other than modifying your path to tell cmake where to find Qt?  The readme lists some, but it doesn't seem to be complete.<br>