QT Pluggin new project does not compile.
Posted: Thu Sep 06, 2012 9:30 pm
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.
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.