Is it possible to change the project's name?
Thanks in advance..
regards..
aMan..
Is it possible to change the project's name?
Thanks in advance..
regards..
aMan..
What do you mean by "the project's name"? You mean the target binary or what?Originally Posted by aMan
For "the project name", I means if I creat a project named "A" using a project template, then in my source file a.cpp, there is a class A , and after linking the executable file's name is "a".
But now , I want to change the project's name to "B", and also want the source file changed to be b.cpp in which there is a class B, and after linking the executable file's name is "b".
.
I want to do it automatically, not by hand. Is it possible?
Quote:
Yes, you can select more than one file in the "add file to project" file dialog. Just hold down control key and select all the files you need.
Where is the "add file to project"? I didn't find it![]()
I use KDevelop 3.3.1 in FC5
Last edited by lum; 6th September 2006 at 17:05.
When you make a new project, you are giving it a name. That name is stored in many places. For instance ProjectName.pro, ProjectName.kdevelop, ProjectName.kdevses, src/ProjectName.cpp, inside the ProjectName.kdevelop..
Of course I can change these all manually, but that's much work..
I had to do that once and it was easier to make a new project and add the files (in that time i dont knew the "add source files" and created for every class two new files manually).
edit:
just seen the above post..
@where is add existing file
in the qmake manager on the right side of the window..
regards..
aMan..
Last edited by aMan; 6th September 2006 at 17:22.
lum (7th September 2006)
Thank you![]()
Bookmarks