Page 1 of 1

QT Pluggin new project does not compile.

Posted: Thu Sep 06, 2012 9:30 pm
by Arnoldo
Hi,

I've just created a new Qt project using the QT pluggin menu.
When trying to compile a very simple main.cpp, I have got the following messages :

----------Build Started--------
/bin/sh -c '"make" -j 4 -f "MyProject.mk" all'
----------Building project:[ MyProject - Debug ]----------
make: MyProject.mk: No such file or directory
make: *** No rule to make target `MyProject.mk'. Stop.
----------Build Ended----------
0 errors, 0 warnings

I check and the MyProject.mk is not there. But How, can I have it created ?
MyProject.pro has been created.


I am using with codelite V3.5.3575 under Linux Debian.
I have other Qt projects under codelite that work fine, but cannot achieve to make this one start up.

Thank you for your help.

Re: QT Pluggin new project does not compile.

Posted: Thu Sep 06, 2012 10:41 pm
by Jarod42
MyProject.mk is a auto generated file.
Do you have permission to write into project directory ?