Dear all,

By default, Qt Creator sets different build directories for debug and
release configurations. But in these two directories, it also creates a
"Release" And "Debug" subfolders and makefiles.

Is it safe to use the same build dir for both configuration? It builds the
.o and exe's in the Release and Debug subfolders, so this will not collide.
Can the moc generated headers in the build directory conflict?

This will be easier for me to do the housekeeping and installer package
scripting, as the project starts to grow quite a lot.

Thanks,

Etienne
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to