[Qt-interest] QMAKE_DISTCLEAN
Thiago Macieira
thiago at kde.org
Tue Dec 1 09:01:35 CET 2009
Em Terça-feira 1. Dezembro 2009, às 08.48.37, Abhishek escreveu:
> 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 ?
I don't think you can change that.
make clean should clean up the by-products of the make process. So shouldn't
your file be removed in make clean?
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091201/8c8947b5/attachment.bin
More information about the Qt-interest-old
mailing list