I just installed QT hoping to have a go at developing a plugin for LMMS, but I'm working windows 7 platform. I tried to build the project but it immediately gives me following errors and I suspect I haven't set it up properly. I'm hoping experienced users will immediately recognize what is missing. So far I've set up environment variables QMAKESPEC, QTDIR and added two directories to the PATH but now IDK what to do

PROCESSOR: x86
-- Target host is 32 bit
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97
(MESSAGE):
Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR
QT_QTCORE_LIBRARY) (Required is at least version
"4.6.0;COMPONENTS;QtCore;QtGui;QtXml;QtNetwork ")
Call Stack (most recent call first):
C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288
(_FPHSA_FAILURE_MESSAGE)
C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindQt4.cmake:1172
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:111 (FIND_PACKAGE)


-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Configuring incomplete, errors occurred!