${QT_LIBRARIES} seems to turn out as "" when I do message("${QT_LIBRARIES}") and have a general suspicion that it is no being set properly. In fact it doesnt seem as if any of the attributes are being set properly by find_package(Qt4 REQUIRED). Any ideas?
I have also tried find_package(Qt4 4.6.2 COMPONENTS QtCore QtGui REQUIRED )
and I know that it is finding the individual qt libraries (from cmake-gui).
Thanks in advance!