[solved] Moved Project folder
Hello,
I moved my project in an other folder, like this:
\QtSdk\Projects\Test → \QtSdk\Projects\OwnProjects\Test
Now I have problems with compiling.
Can you tell me what files to update and to renew ?
Thank you
9 replies
There is already the problem when running qmake again.
I also tried to clean the project before copying it (2 files were removed), then I copied it, but then always this is the error log:

edit:
Another idea idea would be creating a new project in the new folder and copying the code into the files, but I am still looking for an easier solution.
Now, I did the following:
Deleting these files:
- .make.cache
- ABLD.BAT
- bld.inf
- <projectname>.loc
- <projectname>.pro.user
- <projectname>.rss
- <projectname>_exe.mmp
- <projectname>_installer.pkg
- <projectname>_reg.rss
- <projectname>_stub.pkg
- <projectname>_template.pkg
- Makefile
- Makefile_<projectname>_exe.mk
Then copying the project to the desired path and start the compiling.
It worked ! :)
I found out that these files should be deleted by rerunning the qmake after cleaning up the project and then looking at the date when they were changed or created.
If you are interested in a clean executable for the projects, here you go:
<——————————
Sorry, code disappeared for no reason ?!
Look here [pastehtml.com]
——————————>
Hope it helps.
Hello,
I also tried clean via build’s menu but only 2 files were removed.
The files I mentioned above, are they removed when you run clean ? Then something is wrong with my SDK?!
However, the solution I wrote in a batch script should do this, too; whereby clicking a context popupmenu’s entry would be even nicer ;)
You must log in to post a reply. Not a member yet? Register here!


