Qt-interest Archive, March 2002
having debug and release builds in the same folder
Message 1 in thread
I want to have both the release and debug files built, but don't want to
have multiple installation folders. I know that not all the files in lib
and bin are built, but I don't know which. I want to do a debug build,
rename the appropriate files, then do a release build. Does anyone know
which files I would need to rename?
Message 2 in thread
It is not recommended doing it this way.
You will save yourself some hassle and complications if you keep them in
separate folders.
Clint
On Wednesday 20 March 2002 09:50 am, Justin Georgeson wrote:
> I want to have both the release and debug files built, but don't want to
> have multiple installation folders. I know that not all the files in lib
> and bin are built, but I don't know which. I want to do a debug build,
> rename the appropriate files, then do a release build. Does anyone know
> which files I would need to rename?