qt5base-lts/examples/widgets/graphicsview
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
..
anchorlayout Update copyright headers 2015-02-11 06:49:51 +00:00
basicgraphicslayouts Update copyright headers 2015-02-11 06:49:51 +00:00
boxes MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
chip Update copyright headers 2015-02-11 06:49:51 +00:00
collidingmice Update copyright headers 2015-02-11 06:49:51 +00:00
diagramscene Update copyright headers 2015-02-11 06:49:51 +00:00
dragdroprobot Update copyright headers 2015-02-11 06:49:51 +00:00
elasticnodes Update copyright headers 2015-02-11 06:49:51 +00:00
embeddeddialogs Update copyright headers 2015-02-11 06:49:51 +00:00
flowlayout Update copyright headers 2015-02-11 06:49:51 +00:00
padnavigator Update copyright headers 2015-02-11 06:49:51 +00:00
simpleanchorlayout Update copyright headers 2015-02-11 06:49:51 +00:00
weatheranchorlayout Update copyright headers 2015-02-11 06:49:51 +00:00
graphicsview.pro Disable some more qtbase examples for dynamic gl builds 2014-06-30 10:35:27 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt is provided with a comprehensive canvas through the GraphicsView
classes.

These examples demonstrate the fundamental aspects of canvas programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.