Hi there! I'm quite new to the forums here, but have been trying to get PolyVox compiled for a while now. The issue I'm running into is that CMake can't seem to find Qt no matter how I point to it. I do have the latest versions of all of the installs necessary to compile, but I'm a little new to C++ coding and CMake in general (Java Fan) so please look past the naivety.
Here's a CMake output:
Code:
Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_INCLUDE_DIR QT_QTCORE_LIBRARY QT_QTGUI_INCLUDE_DIR QT_QTGUI_LIBRARY QT_QTOPENGL_INCLUDE_DIR QT_QTOPENGL_LIBRARY QT_QTTEST_INCLUDE_DIR QT_QTTEST_LIBRARY QT_UIC_EXECUTABLE)
Qt QTOPENGL library not found.
Qt QTGUI library not found.
Qt QTTEST library not found.
Qt QTCORE library not found.
QtTest not found. Either install it or disable tests by setting BUILD_TESTING to OFF
CMake Error at tests/CMakeLists.txt:7 (QT4_WRAP_CPP):
Unknown CMake command "QT4_WRAP_CPP".
Call Stack (most recent call first):
tests/CMakeLists.txt:33 (CREATE_TEST)
Configuring incomplete, errors occurred!
Any help would be greatly appreciated! I'm looking forward to using this great looking engine.