PDA

View Full Version : Debug or Release mode in MAC



ssaa
3rd March 2010, 10:38
Hi,

This is my first Qt installation in MAC. I have installed successfully.

In Windows, the debug mode dlls were ends with 'd', so I am able to know it is in Debug mode.

In MAC how can I find if Qt is installed in Debug or Release.

Thanks advance.

yogeshgokul
3rd March 2010, 10:46
Hi,

This is my first Qt installation in MAC. I have installed successfully.

In Windows, the debug mode dlls were ends with 'd', so I am able to know it is in Debug mode.

In MAC how can I find if Qt is installed in Debug or Release.

Thanks advance.

By-Default it installs both. What do you want to do?

ssaa
4th March 2010, 03:09
Hi yogeshgokul,

Now I am creating installer pack in MAC.
While seeing the size of each library inside Frameworks, looks to be too big. so I confused.

the QtGui.dll is 7MB in windows, but in MAC its 23MB.

So while deploying, do we have to pack with such a big library.

yogeshgokul
4th March 2010, 05:59
Hi yogeshgokul,

Now I am creating installer pack in MAC.
While seeing the size of each library inside Frameworks, looks to be too big. so I confused.

the QtGui.dll is 7MB in windows, but in MAC its 23MB.

So while deploying, do we have to pack with such a big library.

No, I think you are looking at wrong one, there must be a release version for each dynamic library.

yogeshgokul
4th March 2010, 06:06
Currently I doesn't have mac so cannot tell you the exact location but searching for a particilar lib file on machine is worth doing.

ssaa
4th March 2010, 07:11
Has anyone know about the release library path in MAC

ssaa
9th March 2010, 05:15
Hi,

For deployment on MAC, I am looking for the libraries in the below path.

For example, QtGui is concerned, I am looking, /Library/Frameworks/QtGui.framework/Versions/4/QtGui

can anyone pls tell me is I am looking on the right path for release library.