Symbian-Developers

PC Section => Essential PC Applications => Topic started by: huellif on December 21, 2013, 08:59:10 pm

Title: Qt Symbian ProjectCleaner
Post by: huellif on December 21, 2013, 08:59:10 pm
Hi there,

Information:
If you want to share your project, commit changes to a git repo (probably GitHub) or another version control, have to rebuild it (because of errors), you always have to remove/unselect all the build files from your project folder.

I wrote a little Qt based tool which removes them all for Symbian specifc projects.
It removes the files: *.rss, *.loc, *.mmp, .make.cache, bld.inf, *.pkg, Makefile, *.mk, ABLD.BAT (* is a wildcard)
the folders: moc, obj, rcc, ui, tmp including all subfolders and files

the .pro.user files stays.

How to use it:
drop ProjectCleaner.exe into your project and run it.
It needs QtCore libary, that means you have to place QtCore4.dll (check the attachment) into:
a) the dir of ProjectCleaner.exe
b) C:\windows\
c) C:\windows\system32
d) to a dir which is in your PATH system variable
I prefer b)

Credits:
thanks to http://toto-share.com/2011/11/qt-remove-directory/

Have fun ;)
Title: Re: Qt Symbian ProjectCleaner
Post by: matthew on December 22, 2013, 03:10:11 am
i just realised i have been quoting you at the end of my posts - "Have fun :)"
lol