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.
QT Pluggin new project does not compile.
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Sep 06, 2012 9:22 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: QT Pluggin new project does not compile.
MyProject.mk is a auto generated file.
Do you have permission to write into project directory ?
Do you have permission to write into project directory ?