[Qt-interest] Clean or remove unneeded files after compilation
Alex Ivasyuv
industral at gmail.com
Sun Nov 7 16:52:09 CET 2010
On 11/07/2010 04:03 AM, Louis Hoefler wrote:
> Hello everyone.
> Is it possible to clean unneeded files after a compilation?
> Like the object files and moc generated files?
> Does "make clean" also remove the compiled libraries?
>
> Thank you, Louis
OBJECTS_DIR = tmp/objects
MOC_DIR = tmp/moc
RCC_DIR = tmp/rcc
in .pro will makes you code more clearly.
More information about the Qt-interest-old
mailing list