qt6-bb10/examples/widgets
Kai Koehne 9ddfa43e02 MSVC: Remove use of -Zm argument
We've been setting the -Zm argument since the dawn of times (even before
the first git commit). Anyhow, MSDN from VS2008 onwards indicates
that this is not needed:

"In earlier versions of Visual C++, the compiler used several discrete
heaps, and each had a finite limit. Currently, the compiler dynamically
grows the heaps as necessary up to a total heap size limit, and requires a
fixed-size buffer only to construct precompiled headers. Consequently, the
/Zm compiler option is rarely necessary."

[ChangeLog][Compiler Specific Changes] Visual Studio: -Zm200 (an option to
specify the precompiled header memory allocation limit) is not added anymore
by qmake to the compiler calls. If you encounter an C1076 compiler error you
might need to re-add it in your .pro file.

Change-Id: Ia4bec7eba09d893a7d81886a1814602b9ce7563c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2015-02-13 21:23:19 +00:00
..
animation Update copyright headers 2015-02-11 06:49:51 +00:00
desktop Update copyright headers 2015-02-11 06:49:51 +00:00
dialogs Update copyright headers 2015-02-11 06:49:51 +00:00
doc Update copyright headers 2015-02-11 06:49:51 +00:00
draganddrop Update copyright headers 2015-02-11 06:49:51 +00:00
effects Update copyright headers 2015-02-11 06:49:51 +00:00
gestures Update copyright headers 2015-02-11 06:49:51 +00:00
graphicsview MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
itemviews Update copyright headers 2015-02-11 06:49:51 +00:00
layouts Update copyright headers 2015-02-11 06:49:51 +00:00
mac Update copyright headers 2015-02-11 06:49:51 +00:00
mainwindows Update copyright headers 2015-02-11 06:49:51 +00:00
painting MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
richtext Update copyright headers 2015-02-11 06:49:51 +00:00
scroller Update copyright headers 2015-02-11 06:49:51 +00:00
statemachine Update copyright headers 2015-02-11 06:49:51 +00:00
tools Update copyright headers 2015-02-11 06:49:51 +00:00
tutorials Update copyright headers 2015-02-11 06:49:51 +00:00
widgets Update copyright headers 2015-02-11 06:49:51 +00:00
windowcontainer Update copyright headers 2015-02-11 06:49:51 +00:00
widgets.pro purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00