[Qt-interest] QMAKE_DISTCLEAN

Abhishek abhishekworld at gmail.com
Tue Dec 1 17:22:58 CET 2009


Hi Stephen,
I am using the Qt 4.5.3 on 32-bit Linux
when i set the

QMAKE_DISTCLEAN += /path/to/file # in my .pro file

the resulting Makefile change is this
distclean: clean
       -$(DEL_FILE) Makefile

but it i set the QMAKE_CLEAN += /path/to/file

the resulting change is
clean:
       -$(DEL_FILE) $(TARGET)
       -$(DEL_FILE) /path/to/file
       -$(DEL_FILE) Makefile

--
Cheers,

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/0820a960/attachment.html 


More information about the Qt-interest-old mailing list