PDA

View Full Version : Generate makefile



kaszewczyk
22nd March 2010, 13:13
Hello,
I imported a project under linux from windows and when i try to compile it i'am getting compile output message:


Failure to open file: /home/stig/Dev/OpenGLVectors/Makefile
Unable to generate makefile for: /home/stig/Dev/OpenGLVectors/OpenGLVectors.pro


how can i sort this out?

Regards

norobro
22nd March 2010, 15:58
Looks like a permissions problem. Make sure you have write permission in the directory.

toutarrive
22nd March 2010, 18:12
It might be directory path issue when porting to Linux . Delete all your Makefile and *.pro file.
Rebuild all (run qmake -project, qmake and make).