[Qt-interest] QMAKE_DISTCLEAN
Abhishek
abhishekworld at gmail.com
Tue Dec 1 08:48:37 CET 2009
Hi,
I want to remove some extra files (which are getting generated in make
process ) i want to clean this files on execution of "make distclean "
for this I am doin
QMAKE_DISTCLEAN += /path/to/file # in my .pro file
but its not working at all
if I change the QMAKE_DISTCLEAN to QMAKE_CLEAN then on execution of "make
clean" that files get clear.
but I want it to work on make distclean how do I do it ?
--
Abhishek Patil
"Imagination is more important than knowledge..." -Albert Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091201/906956b0/attachment.html
More information about the Qt-interest-old
mailing list