First of all qmake was not found on the system so I added /usr/lib/qt-3.0.3/bin to the $PATH in /etc/profile.local Next when I run qmake it generates this error in the Makefile: @echo "Some of the required modules (full-config) are not available." Any idea how to fix this? Suse 8.0 Professional Salman
Salman Khilji wrote:
First of all qmake was not found on the system so I added /usr/lib/qt-3.0.3/bin to the $PATH in /etc/profile.local
I also encountered this.
Next when I run qmake it generates this error in the Makefile:
@echo "Some of the required modules (full-config) are not available."
I didn't have this problem under SuSE 8.0. Have you installed all the qt-devel-* RPMs? JDL -- Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
Yeah fixed it. The problem was the the default *.pro files contain the REQUIRES=full-config thing. I don't know what that is but I took it out and it started working :-) Salman
Next when I run qmake it generates this error in the Makefile:
@echo "Some of the required modules (full-config) are not available."
I didn't have this problem under SuSE 8.0. Have you installed all the qt-devel-* RPMs?
JDL
participants (2)
-
John Lamb
-
Salman Khilji